opentelemetry-java-instrume.../instrumentation/spring
Gregor Zeitlinger cba8fd8d42
add azure resource provider like gcp and aws (#13627)
2025-04-02 09:32:37 +03:00
..
spring-batch-3.0 Be consistent about using snake case in metadata yaml (#13610) 2025-03-28 14:13:58 -07:00
spring-boot-actuator-autoconfigure-2.0 Be consistent about using snake case in metadata yaml (#13610) 2025-03-28 14:13:58 -07:00
spring-boot-autoconfigure add azure resource provider like gcp and aws (#13627) 2025-04-02 09:32:37 +03:00
spring-boot-resources Statically import semconv constants in tests (#12575) 2024-11-06 08:17:57 -08:00
spring-cloud-aws-3.0/javaagent fix(deps): update errorproneversion to v2.37.0 (minor) (#13552) 2025-03-27 20:05:38 +02:00
spring-cloud-gateway Validate javaagent suppression keys (#12955) 2024-12-30 11:22:02 +00:00
spring-core-2.0/javaagent Clear context propagation virtual field (#12397) 2024-10-08 17:58:02 +03:00
spring-data fix(deps): update errorproneversion to v2.37.0 (minor) (#13552) 2025-03-27 20:05:38 +02:00
spring-integration-4.1 Document (and remove some) upper version test limits (#12945) 2024-12-27 08:54:10 -08:00
spring-jms Document (and remove some) upper version test limits (#12945) 2024-12-27 08:54:10 -08:00
spring-kafka-2.7 Delete deprecated library instrumentation methods (#13575) 2025-03-27 08:13:21 +00:00
spring-pulsar-1.0 Add support for spring-pulsar 1.0 (#13320) 2025-03-11 07:46:16 -07:00
spring-rabbit-1.0/javaagent Statically import semconv constants in tests (#12575) 2024-11-06 08:17:57 -08:00
spring-rmi-4.0/javaagent Test Java 24-ea (#13376) 2025-03-05 07:27:55 -08:00
spring-scheduling-3.1 [Spring Scheduling] Support Virtual Threads (#13370) 2025-02-22 10:22:17 -08:00
spring-security-config-6.0 Validate javaagent suppression keys (#12955) 2024-12-30 11:22:02 +00:00
spring-web Delete deprecated library instrumentation methods (#13575) 2025-03-27 08:13:21 +00:00
spring-webflux Rename method, use Telemetry instead of Metrics (#13574) 2025-03-25 11:03:32 +02:00
spring-webmvc Delete deprecated library instrumentation methods (#13575) 2025-03-27 08:13:21 +00:00
spring-ws-2.0 Be consistent about using snake case in metadata yaml (#13610) 2025-03-28 14:13:58 -07:00
starters add azure resource provider like gcp and aws (#13627) 2025-04-02 09:32:37 +03:00
README.md Document spring-batch and spring-scheduling flags (#10155) 2024-01-03 10:49:28 -08: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.