Module 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 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
- Metrics Export
- Provides instrumentation information for both tracing and metric. See
OTEPS-0083for details. - OpenTelemetry Propagators
- Resource
- OpenTelemetry Trace SDK