Package io.opentelemetry.semconv
Class TelemetryAttributes
java.lang.Object
io.opentelemetry.semconv.TelemetryAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The language of the telemetry SDK.static final io.opentelemetry.api.common.AttributeKey<String>The name of the telemetry SDK as defined above.static final io.opentelemetry.api.common.AttributeKey<String>The version string of the telemetry SDK. -
Method Summary
-
Field Details
-
TELEMETRY_SDK_LANGUAGE
The language of the telemetry SDK. -
TELEMETRY_SDK_NAME
The name of the telemetry SDK as defined above.Notes:
The OpenTelemetry SDK MUST set the
telemetry.sdk.nameattribute toopentelemetry. If another SDK, like a fork or a vendor-provided implementation, is used, this SDK MUST set thetelemetry.sdk.nameattribute to the fully-qualified class or module name of this SDK's main entry point or another suitable identifier depending on the language. The identifieropentelemetryis reserved and MUST NOT be used in this case. All custom identifiers SHOULD be stable across different versions of an implementation. -
TELEMETRY_SDK_VERSION
The version string of the telemetry SDK.
-