opentelemetry-java-instrume.../instrumentation/spring
Lauri Tulmin d63f6d6e6d
Fix flaky @WithSpan test (#13562)
2025-03-21 12:16:00 +02:00
..
spring-batch-3.0/javaagent Remove some references to groovy (#13099) 2025-01-24 15:49:39 +02:00
spring-boot-actuator-autoconfigure-2.0/javaagent Use latest.release instead of + (#13485) 2025-03-11 11:42:21 +00:00
spring-boot-autoconfigure Fix flaky @WithSpan test (#13562) 2025-03-21 12:16:00 +02: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 Document (and remove some) upper version test limits (#12945) 2024-12-27 08:54:10 -08: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 dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 (#13116) 2025-01-30 14:18:43 -08: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 Enforce library instrumentation package names matching their module names (#12957) 2025-03-12 11:58:43 -07: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 Simplify Http `*TelemetryBuilder` generic signatures (#12858) 2025-03-13 07:25:24 -07:00
spring-webflux Add body to http server concurrency test response (#13540) 2025-03-19 12:21:50 +02:00
spring-webmvc Simplify Http `*TelemetryBuilder` generic signatures (#12858) 2025-03-13 07:25:24 -07:00
spring-ws-2.0/javaagent fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 (#13116) 2025-01-30 14:18:43 -08:00
starters Add FOSSA license scanning (#13257) 2025-02-11 06:00:33 -08: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.