Crate opentelemetry_sdk
source ·Expand description
OpenTelemetry SDK
This SDK provides an opinionated reference implementation of
the OpenTelemetry API. The SDK implements the specifics of
deciding which data to collect through Sampler
s, and
facilitates the delivery of telemetry data to storage systems
through Exporter
s. These can be configured on Tracer
and
Meter
creation.
Modules
- Metrics Export
- metrics
metrics
OpenTelemetry Metrics SDK - propagation
trace
OpenTelemetry Propagators - Representations of entities producing telemetry.
- Provides an abstraction of several async runtimes
- trace
trace
OpenTelemetry Trace SDK
Structs
- Information about a library or crate providing instrumentation.
- An immutable representation of the entity producing telemetry as attributes.