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 to opentelemetry. If another SDK, like a fork or a vendor-provided implementation, is used, this SDK MUST set the telemetry.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 identifier opentelemetry is reserved and MUST NOT be used in this case. All custom identifiers SHOULD be stable across different versions of an implementation.

Examples:

Sample Values

opentelemetry
'telemetry.sdk.name'
TELEMETRY_SDK_VERSION =
Note:

Stability Level: stable

The version string of the telemetry SDK.

Examples:

Sample Values

1.2.3
'telemetry.sdk.version'