Skip to content

Commit a2efb70

Browse files
author
Anuraag Agrawal
authored
Add semantic attribute for telemetry.auto.version (#1578)
1 parent 79722af commit a2efb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

translator/conventions/opentelemetry.go

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const (
2424
AttributeTelemetrySDKName = "telemetry.sdk.name"
2525
AttributeTelemetrySDKLanguage = "telemetry.sdk.language"
2626
AttributeTelemetrySDKVersion = "telemetry.sdk.version"
27+
AttributeTelemetryAutoVersion = "telemetry.auto.version"
2728
AttributeContainerName = "container.name"
2829
AttributeContainerID = "container.id"
2930
AttributeContainerImage = "container.image.name"

0 commit comments

Comments
 (0)