This document defines attributes for telemetry SDK.
[1]: Official auto instrumentation agents and distributions SHOULD set the telemetry.distro.name
attribute to
a string starting with opentelemetry-
, e.g. opentelemetry-java-instrumentation
.
[2]: 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.
telemetry.sdk.language
has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
Value | Description | Stability |
---|---|---|
cpp |
none | |
dotnet |
none | |
erlang |
none | |
go |
none | |
java |
none | |
nodejs |
none | |
php |
none | |
python |
none | |
ruby |
none | |
rust |
none | |
swift |
none | |
webjs |
none |