Structsยง
- JaegerAPIError is the error of Jaeger HTTP API.
- JaegerAPIResponse is the response of Jaeger HTTP API. The original version is
structuredResponse
which is defined in https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/http_handler.go. - JaegerQueryParams is the query parameters of Jaeger HTTP API.
- KeyValue is a key-value pair with typed value.
- Log is a log emitted in a span.
- Operation is an operation in a service.
- Process is the process emitting a set of spans.
- Reference is a reference from one span to another.
- Span is a single operation within a trace.
- Trace is a collection of spans.
Enumsยง
- JaegerData is the query result of Jaeger HTTP API.
- Value is the value of a key-value pair in Jaeger Span attributes.
- ValueType is the type of a value stored in KeyValue struct.
Constantsยง
- REF_
TYPE_ ๐CHILD_ OF - SPAN_
KIND_ ๐TIME_ FMTS
Functionsยง
- check_
schema ๐ - covert_
to_ ๐records - error_
response ๐ - Handle the GET
/api/traces
request. - Handle the GET
/api/operations
request. - Handle the GET
/api/services/{service_name}/operations
request. - Handle the GET
/api/services
request. - Handle the GET
/api/traces/{trace_id}
request. - handle_
query_ ๐error - normalize_
span_ ๐kind - object_
to_ ๐tags - to_
keyvalue ๐ - traces_
from_ ๐records - update_
query_ ๐context