Skip to main content

LogSpansClient

adaline.logs.spans searches individual spans and returns their full payloads — content, parsed content, attributes, tags, status, and timestamps. Use this when a trace-level search isn’t granular enough for the filter you need. Every method is async.

Access

The class is also exported directly:
Types from adaline_api:

Paginated span search with typed filter objects. Returns full span payloads — content, attributes, parsed_content, tags, status, timestamps.

Parameters

Returns

SearchSpansResponse with { data: list[SpanRow]; pagination: Pagination }.

Example


See Also