opentelemetry_sdk/
instrumentation.rs

1pub use opentelemetry::InstrumentationLibrary;
2
3/// A logical unit of the application code with which the emitted telemetry can
4/// be associated.
5pub type Scope = InstrumentationLibrary;