We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2946a2 commit 95b92f4Copy full SHA for 95b92f4
extension/encoding/azureencodingextension/internal/unmarshaler/logs/category.go
@@ -56,10 +56,6 @@ const (
56
// from `durationMs` field in Azure Log Record
57
attributeAzureOperationDuration = "azure.operation.duration"
58
59
- // OpenTelemetry attribute name for Azure Identity,
60
- // from `identity` field in Azure Log Record
61
- attributeAzureIdentity = "azure.identity"
62
-
63
// OpenTelemetry attribute name for Azure Log Record properties,
64
// from `properties` field in Azure Log Record
65
// Used when we cannot map parse "properties" field or
0 commit comments