We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b7066 commit deb6198Copy full SHA for deb6198
sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Internals/TagEnumerationState.cs
@@ -51,9 +51,6 @@ internal struct TagEnumerationState
51
[SemanticConventions.AttributeFaasCron] = OperationType.FaaS,
52
[SemanticConventions.AttributeFaasTime] = OperationType.FaaS,
53
54
- [SemanticConventions.AttributeAzureNameSpace] = OperationType.Azure,
55
- [SemanticConventions.AttributeMessageBusDestination] = OperationType.Azure,
56
-
57
[SemanticConventions.AttributeEndpointAddress] = OperationType.Messaging,
58
[SemanticConventions.AttributeMessagingSystem] = OperationType.Messaging,
59
[SemanticConventions.AttributeMessagingDestination] = OperationType.Messaging,
0 commit comments