Skip to main content

LogTracesClient

adaline.logs.traces searches traces with typed column filters — status, time window, name, attributes — and retroactively patches a trace’s status, tags, or attributes after it has already been flushed. Every method is async.

Access

The class is also exported directly:
Types from adaline_api:

Paginated trace search with typed filter objects.

Parameters

Returns

SearchTracesResponse with { data: list[TraceRow]; pagination: Pagination }.

Example


update()

Retroactively patch a trace’s status/endedAt and create or delete tags and attributes. Locate the trace by trace_id or reference_id (at least one required).

Example


See Also