servers::http

Module jaeger

Source

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ยง

Functionsยง