We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d9f6d commit 4028542Copy full SHA for 4028542
1 file changed
extension/encoding/azureencodingextension/internal/unmarshaler/logs/category.go
@@ -71,10 +71,6 @@ const (
71
// from `durationMs` field in Azure Log Record
72
attributeAzureOperationDuration = "azure.operation.duration"
73
74
- // OpenTelemetry attribute name for Azure Identity,
75
- // from `identity` field in Azure Log Record
76
- attributeAzureIdentity = "azure.identity"
77
-
78
// OpenTelemetry attribute name for Azure Log Record properties,
79
// from `properties` field in Azure Log Record
80
// Used when we cannot map parse "properties" field or
0 commit comments