TimelessTracesDashboard.HistoricalSource behaviour
(timeless_traces_dashboard v0.3.18)
Copy Markdown
View Source
Configurable owner boundary for dashboard reads and live-tail subscription.
The local source preserves the embedded-library behavior. The data-plane
source delegates all available reads to one configured Rust HTTP client and
rejects live tail explicitly; it never falls back to TimelessTraces.
Summary
Callbacks
@callback query(keyword(), keyword()) :: {:ok, TimelessTraces.Result.t()} | {:error, term()}
@callback trace( String.t(), keyword() ) :: {:ok, [TimelessTraces.Span.t()]} | {:error, term()}