You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent/azure-monitor-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/AiSemanticAttributes.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@ public final class AiSemanticAttributes {
Copy file name to clipboardExpand all lines: agent/azure-monitor-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/SpanDataMapper.java
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@ public final class SpanDataMapper {
56
56
SemanticAttributes.DbSystemValues.HSQLDB,
57
57
SemanticAttributes.DbSystemValues.H2));
58
58
59
+
// this is needed until Azure SDK moves to latest OTel semantic conventions
60
+
privatestaticfinalStringCOSMOS = "Cosmos";
61
+
59
62
privatestaticfinalMappingsMAPPINGS;
60
63
61
64
// TODO (trask) add to generated ContextTagKeys class
0 commit comments