Skip to main content

Module opentelemetry

Module opentelemetry 

Available on crate features grpc and http and opentelemetry only.

Modules§

proto
Generated protobuf types for OTLP gRPC services.

Structs§

OtelExporter
http or grpc OTLP exporter
OtelExporterConfigError
Failure to parse OTLP exporter configuration (e.g. from env vars).

Enums§

SignalKind
Identifies one of the three OTLP signal types.

Traits§

HeaderBag
Abstraction over the header/metadata that works for http/grpc transport
OtlpTransport
How OtelExporter actually sends a protobuf-encoded OTLP request for a given signal. Implemented for OtelExporter<S, HeaderMap> (HTTP) and OtelExporter<S, MetadataMap> (gRPC).