Module opentelemetry::sdk [−][src]
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.
Re-exports
pub use instrumentation::InstrumentationLibrary;
pub use resource::Resource;
Modules
Metrics Export
Provides instrumentation information for both tracing and metric.
See OTEPS-0083
for details.
metrics
metrics
OpenTelemetry Metrics SDK
propagation
trace
OpenTelemetry Propagators
Resource
trace
trace
OpenTelemetry Trace SDK