semantic-conventions/docs/attributes-registry/otel.md

1.4 KiB

OpenTelemetry

OpenTelemetry Attributes

Attribute Type Description Examples Stability
otel.scope.name string The name of the instrumentation scope - (InstrumentationScope.Name in OTLP). io.opentelemetry.contrib.mongodb Stable
otel.scope.version string The version of the instrumentation scope - (InstrumentationScope.Version in OTLP). 1.0.0 Stable

Deprecated OpenTelemetry Attributes

Attribute Type Description Examples Stability
otel.library.name string None io.opentelemetry.contrib.mongodb Deprecated
use the otel.scope.name attribute.
otel.library.version string None 1.0.0 Deprecated
use the otel.scope.version attribute.