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: sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/statsbeat/Feature.java
+23-5Lines changed: 23 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ public enum Feature {
28
28
SPRING_SCHEDULING_DISABLED(14),
29
29
AZURE_SDK_DISABLED(15),
30
30
RABBITMQ_DISABLED(16),
31
-
SPRING_INTEGRATION_DISABLED(
32
-
17), // preview instrumentation, spring-integration is ON by default in OTEL
31
+
SPRING_INTEGRATION_DISABLED(17), // preview instrumentation, spring-integration is ON by default in OTEL
33
32
LEGACY_PROPAGATION_ENABLED(18), // legacy propagation is disabled by default
34
33
GRIZZLY_ENABLED(19), // preview instrumentation, grizzly is OFF by default in OTEL
0 commit comments