opentelemetry-java-instrume.../instrumentation/spring
Gregor Zeitlinger 2c3eabf6c4
add missing declarative config resource providers (#14222)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
2025-09-11 11:43:05 -07:00
..
spring-batch-3.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-boot-actuator-autoconfigure-2.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-boot-autoconfigure add missing declarative config resource providers (#14222) 2025-09-11 11:43:05 -07:00
spring-boot-resources add missing declarative config resource providers (#14222) 2025-09-11 11:43:05 -07:00
spring-cloud-aws-3.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-cloud-gateway Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-core-2.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-data Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-integration-4.1 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-jms Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-kafka-2.7 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-pulsar-1.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-rabbit-1.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-rmi-4.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-scheduling-3.1 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-security-config-6.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-web Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-webflux Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-webmvc Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
spring-ws-2.0 Add links to remaining metadata files (#14633) 2025-09-11 18:27:43 +00:00
starters add Cloud foundry resource provider (#13782) 2025-05-06 09:49:47 +03:00
README.md Add descriptions and metadata for spring modules (#14309) 2025-07-30 12:30:12 -07:00

README.md

OpenTelemetry Instrumentation: Spring and Spring Boot

This package streamlines the manual instrumentation process of OpenTelemetry for Spring and Spring Boot applications. It will enable you to add traces to requests and database calls with minimal changes to application code. This package will not fully automate your OpenTelemetry instrumentation, instead, it will provide you with better tools to instrument your own code.

Settings

System property Type Default Description
otel.instrumentation.spring-batch.item.enabled Boolean false Enable creating a span for each batch item.
otel.instrumentation.spring-batch.experimental.chunk.new-trace Boolean false Enable staring a new trace for each batch chunk.
otel.instrumentation.spring-batch.experimental-span-attributes Boolean false Enable the capture of experimental span attributes for Spring Batch version 3.0.
otel.instrumentation.spring-integration.global-channel-interceptor-patterns List * An array of Spring channel name patterns that will be intercepted. See Spring Integration docs for more details.
otel.instrumentation.spring-integration.producer.enabled Boolean false Create producer spans when messages are sent to an output channel. Enable when you're using a messaging library that doesn't have its own instrumentation for generating producer spans. Note that the detection of output channels only works for Spring Cloud Stream DirectWithAttributesChannel.
otel.instrumentation.spring-scheduling.experimental-span-attributes Boolean false Enable the capture of experimental span attributes for Spring Scheduling version 3.1.
otel.instrumentation.spring-webflux.experimental-span-attributes Boolean false Enable the capture of experimental span attributes for Spring WebFlux version 5.0.
otel.instrumentation.spring-webmvc.experimental-span-attributes Boolean false Enable the capture of experimental span attributes for Spring Web MVC version 3.1.
otel.instrumentation.messaging.experimental.receive-telemetry.enabled Boolean false Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace.
otel.instrumentation.kafka.experimental-span-attributes Boolean false Enable the capture of experimental span attributes for Spring Kafka version 2.7.