opentelemetry.sdk.util.instrumentation
- class opentelemetry.sdk.util.instrumentation.InstrumentationInfo(name, version=None, schema_url=None)[source]
Bases:
objectImmutable information about an instrumentation library module.
See
opentelemetry.trace.TracerProvider.get_tracerfor the meaning of these properties.
- class opentelemetry.sdk.util.instrumentation.InstrumentationScope(name, version=None, schema_url=None, attributes=None)[source]
Bases:
objectA logical unit of the application code with which the emitted telemetry can be associated.
See
opentelemetry.trace.TracerProvider.get_tracerfor the meaning of these properties.