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
adaline_api:
search()
Paginated trace search with typed filter objects.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | SearchLogTracesRequest | Yes | Project, filters, sort, pagination. See Export Logs for filter grammar. |
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 bytrace_id or reference_id (at least one required).
Example
See Also
- LogsClient — parent client (owns the
listmethod) - LogSpansClient — sibling sub-client for span search
- API reference: Search traces · Update trace