Skip to content

Commit

Permalink
Add semantic attribute for telemetry.auto.version (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Aug 18, 2020
1 parent 79722af commit a2efb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translator/conventions/opentelemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
AttributeTelemetrySDKName = "telemetry.sdk.name"
AttributeTelemetrySDKLanguage = "telemetry.sdk.language"
AttributeTelemetrySDKVersion = "telemetry.sdk.version"
AttributeTelemetryAutoVersion = "telemetry.auto.version"
AttributeContainerName = "container.name"
AttributeContainerID = "container.id"
AttributeContainerImage = "container.image.name"
Expand Down

0 comments on commit a2efb70

Please sign in to comment.