TimelessTracesDashboard.DataPlane.Client
(timeless_traces_dashboard v0.3.17)
Copy Markdown
View Source
Complete-response client for the native traces dashboard API.
The adapter owns no storage connection. It buffers one bounded HTTP response, decodes it once, validates every returned span, and publishes either the complete operation or one error.
Summary
Functions
@spec search(keyword(), keyword()) :: {:ok, TimelessTraces.Result.t()} | {:error, term()}
@spec trace( String.t(), keyword() ) :: {:ok, [TimelessTraces.Span.t()]} | {:error, term()}