From 0b22ed7b760c66407308d5a59053b620ac06a1fa Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Tue, 19 Nov 2024 16:49:28 +0100 Subject: [PATCH] Add Logback MDC to the starter (#5636) --- .../java/spring-boot-starter/out-of-the-box-instrumentation.md | 1 + 1 file changed, 1 insertion(+) 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 |