Module rustracing_jaeger::thrift::jaeger

source ·
Expand description

Thrift components defined in jaeger.thrift.

Structs§

  • Batch is a collection of spans reported out of process.
  • Log is a timed even with an arbitrary set of tags.
  • Process describes the traced process/service that emits spans.
  • Span represents a named unit of work performed by a service.
  • SpanRef describes causal relationship of the current span to another span (e.g. ‘child-of’)

Enums§

  • Span reference kind.
  • Tag is a basic strongly typed key/value pair.
  • TagKind denotes the kind of a Tag’s value.