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 Samplers, and
facilitates the delivery of telemetry data to storage systems
through Exporters. These can be configured on Tracer and
Meter creation.
Re-exports§
pub use instrumentation::InstrumentationLibrary;pub use resource::Resource;
Modules§
- export
- Metrics Export
- instrumentation
- Provides instrumentation information for both tracing and metric.
See
OTEPS-0083for details. - metrics
metrics - OpenTelemetry Metrics SDK
- propagation
trace - OpenTelemetry Propagators
- resource
- Resource
- trace
trace - OpenTelemetry Trace SDK