diff --git a/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md b/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md index afeef32904fe..8c62371c1b0b 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/out-of-the-box-instrumentation.md +++ b/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: | --------------------- | ----------------------------------------------- | ------------- | | JDBC | `otel.instrumentation.jdbc.enabled` | true | | Logback | `otel.instrumentation.logback-appender.enabled` | true | +| Logback MDC | `otel.instrumentation.logback-mdc.enabled` | true | | Spring Web | `otel.instrumentation.spring-web.enabled` | true | | Spring Web MVC | `otel.instrumentation.spring-webmvc.enabled` | true | | Spring WebFlux | `otel.instrumentation.spring-webflux.enabled` | true |