diff --git a/content/en/docs/languages/java/configuration.md b/content/en/docs/languages/java/configuration.md index 2e068ca73d65..25a9f8f5f27b 100644 --- a/content/en/docs/languages/java/configuration.md +++ b/content/en/docs/languages/java/configuration.md @@ -1,8 +1,7 @@ --- title: Configuration -linkTitle: Configuration -weight: 10 aliases: [config] +weight: 10 # prettier-ignore cSpell:ignore: authservice blrp Dotel ignore LOWMEMORY myservice ottrace PKCS retryable tracepropagators --- diff --git a/content/en/docs/languages/java/exporters.md b/content/en/docs/languages/java/exporters.md index 5bccb877e889..067c1d6a4d23 100644 --- a/content/en/docs/languages/java/exporters.md +++ b/content/en/docs/languages/java/exporters.md @@ -4,11 +4,11 @@ weight: 50 cSpell:ignore: okhttp --- +{{% docs/languages/exporters/intro java %}} + -{{% docs/languages/exporters/intro java %}} - ### Dependencies {#otlp-dependencies} If you want to send telemetry data to an OTLP endpoint (like the diff --git a/content/en/docs/zero-code/java/spring-boot-starter/annotations.md b/content/en/docs/zero-code/java/spring-boot-starter/annotations.md index 6cc42bdd2343..386a86a0e633 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/annotations.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/annotations.md @@ -4,9 +4,6 @@ weight: 50 cSpell:ignore: proxys --- - - - For most users, the out-of-the-box instrumentation is completely sufficient and nothing more has to be done. Sometimes, however, users wish to create [spans](/docs/concepts/signals/traces/#spans) for their own custom code without @@ -16,6 +13,9 @@ If you add the `WithSpan` annotation to a method, the method is wrapped in a span. The `SpanAttribute` annotation allows you to capture the method arguments as attributes. + + + ```java diff --git a/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md b/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md index d6baa69e0a3d..b815964cec69 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/other-spring-autoconfig.md @@ -4,12 +4,12 @@ cSpell:ignore: autoconfigurations weight: 70 --- - - - Instead of using the OpenTelemetry Spring starter, you can use the OpenTelemetry autoconfiguration features with an annotation or the Zipkin starter. + + + ## Spring support Autoconfiguration is natively supported by Spring Boot applications. To enable 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 8b2fda360521..3cbf1546cefd 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 @@ -4,9 +4,6 @@ weight: 40 cSpell:ignore: autoconfigurations autoconfigures logback webflux webmvc --- - - - Out of the box instrumentation is available for several frameworks: | Feature | Property | Default Value | @@ -21,6 +18,9 @@ Out of the box instrumentation is available for several frameworks: | Micrometer | `otel.instrumentation.micrometer.enabled` | false | | R2DBC (reactive JDBC) | `otel.instrumentation.r2dbc.enabled` | true | + + + ## Common instrumentation configuration Common properties for all database instrumentations: diff --git a/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md b/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md index 4819f29d2cdb..c0864f3a70a1 100644 --- a/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md +++ b/content/en/docs/zero-code/java/spring-boot-starter/sdk-configuration.md @@ -4,14 +4,14 @@ weight: 30 cSpell:ignore: customizer distro --- - - - This spring starter supports [configuration metadata](https://docs.spring.io/spring-boot/docs/current/reference/html/configuration-metadata.html), which means that you can see and autocomplete all available properties in your IDE. + + + ## General configuration The OpenTelemetry Starter supports all the