Skip to content

Commit ebf4006

Browse files
committed
Enable Spring Cloud Gateway instrumentation
1 parent 2918770 commit ebf4006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/AiConfigCustomizer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ private static void enableInstrumentations(
209209
properties.put("otel.instrumentation.spring-webmvc.enabled", "true");
210210
}
211211
properties.put("otel.instrumentation.spring-webflux.enabled", "true");
212+
properties.put("otel.instrumentation.spring-cloud-gateway.enabled", "true");
212213
properties.put("otel.instrumentation.tomcat.enabled", "true");
213214
properties.put("otel.instrumentation.undertow.enabled", "true");
214215

0 commit comments

Comments
 (0)