Module: OpenTelemetry::SemConv::TELEMETRY
- Defined in:
- lib/opentelemetry/semconv/telemetry/attributes.rb
Attribute Names collapse
- TELEMETRY_SDK_LANGUAGE =
Note:
Stability Level: stable
The language of the telemetry SDK.
'telemetry.sdk.language'
- TELEMETRY_SDK_NAME =
Note:
Stability Level: stable
The name of the telemetry SDK as defined above.
The OpenTelemetry SDK MUST set the
telemetry.sdk.name
attribute toopentelemetry
. If another SDK, like a fork or a vendor-provided implementation, is used, this SDK MUST set thetelemetry.sdk.name
attribute to the fully-qualified class or module name of this SDK’s main entry point or another suitable identifier depending on the language. The identifieropentelemetry
is reserved and MUST NOT be used in this case. All custom identifiers SHOULD be stable across different versions of an implementation. 'telemetry.sdk.name'
- TELEMETRY_SDK_VERSION =
Note:
Stability Level: stable
The version string of the telemetry SDK.
'telemetry.sdk.version'