Module jaeger

Source

Structsยง

JaegerAPIError
JaegerAPIError is the error of Jaeger HTTP API.
JaegerAPIResponse
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
JaegerQueryParams is the query parameters of Jaeger HTTP API.
KeyValue
KeyValue is a key-value pair with typed value.
Log
Log is a log emitted in a span.
Operation
Operation is an operation in a service.
Process
Process is the process emitting a set of spans.
QueryTraceParams
Reference
Reference is a reference from one span to another.
Span
Span is a single operation within a trace.
Trace
Trace is a collection of spans.

Enumsยง

JaegerData
JaegerData is the query result of Jaeger HTTP API.
Value
Value is the value of a key-value pair in Jaeger Span attributes.
ValueType
ValueType is the type of a value stored in KeyValue struct.

Constantsยง

JAEGER_QUERY_TABLE_NAME_KEY
JAEGER_TIME_RANGE_FOR_OPERATIONS_HEADER
REF_TYPE_CHILD_OF ๐Ÿ”’
SPAN_KIND_TIME_FMTS ๐Ÿ”’

Functionsยง

check_schema ๐Ÿ”’
convert_string_to_boolean ๐Ÿ”’
convert_string_to_number ๐Ÿ”’
covert_to_records ๐Ÿ”’
error_response ๐Ÿ”’
handle_find_traces
Handle the GET /api/traces request.
handle_get_operations
Handle the GET /api/operations request.
handle_get_operations_by_service
Handle the GET /api/services/{service_name}/operations request.
handle_get_services
Handle the GET /api/services request.
handle_get_trace
Handle the GET /api/traces/{trace_id} request.
handle_query_error ๐Ÿ”’
normalize_span_kind ๐Ÿ”’
normalize_status_code ๐Ÿ”’
object_to_tags ๐Ÿ”’
operations_from_records ๐Ÿ”’
parse_jaeger_time_range_for_operations ๐Ÿ”’
services_from_records ๐Ÿ”’
to_keyvalue ๐Ÿ”’
traces_from_records ๐Ÿ”’
update_query_context ๐Ÿ”’