Skip to content

Commit 95b92f4

Browse files
committed
Remove unused const
1 parent a2946a2 commit 95b92f4

File tree

1 file changed

+0
-4
lines changed
  • extension/encoding/azureencodingextension/internal/unmarshaler/logs

1 file changed

+0
-4
lines changed

extension/encoding/azureencodingextension/internal/unmarshaler/logs/category.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ const (
5656
// from `durationMs` field in Azure Log Record
5757
attributeAzureOperationDuration = "azure.operation.duration"
5858

59-
// OpenTelemetry attribute name for Azure Identity,
60-
// from `identity` field in Azure Log Record
61-
attributeAzureIdentity = "azure.identity"
62-
6359
// OpenTelemetry attribute name for Azure Log Record properties,
6460
// from `properties` field in Azure Log Record
6561
// Used when we cannot map parse "properties" field or

0 commit comments

Comments
 (0)