We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e7a5b commit 0b22ed7Copy full SHA for 0b22ed7
content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md
@@ -13,6 +13,7 @@ Out of the box instrumentation is available for several frameworks:
13
| --------------------- | ----------------------------------------------- | ------------- |
14
| JDBC | `otel.instrumentation.jdbc.enabled` | true |
15
| Logback | `otel.instrumentation.logback-appender.enabled` | true |
16
+| Logback MDC | `otel.instrumentation.logback-mdc.enabled` | true |
17
| Spring Web | `otel.instrumentation.spring-web.enabled` | true |
18
| Spring Web MVC | `otel.instrumentation.spring-webmvc.enabled` | true |
19
| Spring WebFlux | `otel.instrumentation.spring-webflux.enabled` | true |
0 commit comments