Class TelemetryIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.TelemetryIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The name of the auto instrumentation agent or distribution, if used.static final io.opentelemetry.api.common.AttributeKey<String>The version string of the auto instrumentation agent or distribution, if used.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableTelemetryAttributes.TELEMETRY_SDK_LANGUAGEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableTelemetryAttributes.TELEMETRY_SDK_NAMEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableTelemetryAttributes.TELEMETRY_SDK_VERSIONattribute. -
Method Summary
-
Field Details
-
TELEMETRY_DISTRO_NAME
The name of the auto instrumentation agent or distribution, if used.Notes:
Official auto instrumentation agents and distributions SHOULD set the
telemetry.distro.nameattribute to a string starting withopentelemetry-, e.g.opentelemetry-java-instrumentation. -
TELEMETRY_DISTRO_VERSION
The version string of the auto instrumentation agent or distribution, if used. -
TELEMETRY_SDK_LANGUAGE
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_LANGUAGEDeprecated.deprecated in favor of stableTelemetryAttributes.TELEMETRY_SDK_LANGUAGEattribute.The language of the telemetry SDK. -
TELEMETRY_SDK_NAME
Deprecated.deprecated in favor of stableTelemetryAttributes.TELEMETRY_SDK_NAMEattribute.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
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_VERSIONDeprecated.deprecated in favor of stableTelemetryAttributes.TELEMETRY_SDK_VERSIONattribute.The version string of the telemetry SDK.
-
TelemetryAttributes.TelemetrySdkLanguageValues.