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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
fix(): actuator-metrics works without explicitly setting tracing-enabled to false
Before this fix TracingNoResolversInstrumentation is only provided if tracing-enabled is explicitly
set to false. Even if actuator-metric is set to to true, metrics wont be available because
metricsInstrumentation requires a TracingInstrumentation bean.
Copy file name to clipboardExpand all lines: graphql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphql/boot/GraphQLInstrumentationAutoConfiguration.java
Copy file name to clipboardExpand all lines: graphql-spring-boot-autoconfigure/src/test/java/com/oembedler/moon/graphql/boot/test/instrumentation/GraphQLInstrumentationAutoConfigurationTest.java
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,17 +76,26 @@ public void actuatorMetricsEnabledAndTracingEnabled() {
0 commit comments