Module 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§

export
Metrics Export
instrumentation
Provides instrumentation information for both tracing and metric. See OTEPS-0083 for details.
metricsmetrics
OpenTelemetry Metrics SDK
propagationtrace
OpenTelemetry Propagators
resource
Resource
tracetrace
OpenTelemetry Trace SDK