opentelemetry-java-instrume.../instrumentation/spring
Lauri Tulmin b02219c206
Wrap instrumented data source in spring starter (#14255)
2025-08-11 16:00:11 -07:00
..
spring-batch-3.0 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-boot-actuator-autoconfigure-2.0 Add descriptions and metadata for spring modules (#14309) 2025-07-30 12:30:12 -07:00
spring-boot-autoconfigure Wrap instrumented data source in spring starter (#14255) 2025-08-11 16:00:11 -07:00
spring-boot-resources Add descriptions and metadata for spring modules (#14309) 2025-07-30 12:30:12 -07:00
spring-cloud-aws-3.0 Add descriptions and metadata for spring modules (#14309) 2025-07-30 12:30:12 -07:00
spring-cloud-gateway Add descriptions and metadata for spring modules (#14309) 2025-07-30 12:30:12 -07:00
spring-core-2.0 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-data Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-integration-4.1 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-jms Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-kafka-2.7 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-pulsar-1.0 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-rabbit-1.0 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-rmi-4.0 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-scheduling-3.1 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-security-config-6.0 Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-web Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-webflux Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-webmvc Simplify metadata configuration flags (#14376) 2025-08-05 11:19:08 -07:00
spring-ws-2.0 make spring indy-ready (#14183) 2025-07-14 19:43:27 -07: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.