opentelemetry-java-instrume.../instrumentation/spring
Lauri Tulmin 88961cc8ad
Remove outdated spring documentation (#9248)
2023-08-18 08:18:20 -07:00
..
spring-batch-3.0/javaagent Fix intellij warnings (#7734) 2023-02-06 09:21:30 +01:00
spring-boot-actuator-autoconfigure-2.0/javaagent Use "micrometer" instrumentation name in the Spring Actuator instrume… (#8677) 2023-06-08 07:28:06 -07:00
spring-boot-autoconfigure Remove outdated spring starter doc (#9205) 2023-08-15 16:23:16 +00:00
spring-boot-resources Apply Prettier to yaml files (#8969) 2023-07-20 02:54:31 +00:00
spring-core-2.0/javaagent Convert spring-core tests from groovy to java (#8166) 2023-03-31 10:09:31 +02:00
spring-data Adds spring-data test verifying error spans on JPA repository query failures (#8857) 2023-07-05 09:34:22 +02:00
spring-integration-4.1 Rename messaging operation "send" to "publish" per spec (#8929) 2023-07-12 08:59:38 -07:00
spring-jms Rename messaging operation "send" to "publish" per spec (#8929) 2023-07-12 08:59:38 -07:00
spring-kafka-2.7 Rename messaging operation "send" to "publish" per spec (#8929) 2023-07-12 08:59:38 -07:00
spring-rabbit-1.0/javaagent Rename messaging operation "send" to "publish" per spec (#8929) 2023-07-12 08:59:38 -07:00
spring-rmi-4.0/javaagent Document spring-rmi latest dep limit (#7774) 2023-02-09 17:07:24 +01:00
spring-scheduling-3.1 Only instrument the actual Spring `TaskScheduler` implementations (#8676) 2023-06-12 08:01:29 +00:00
spring-web Add http client test with non-standard request method (#9204) 2023-08-18 09:01:53 +03:00
spring-webflux Combine two netty context attributes into one (#9160) 2023-08-10 13:39:25 +03:00
spring-webmvc Make `HttpServerAttributesGetter` extend `NetServerAttributesGetter` (#9088) 2023-08-02 08:52:44 -07:00
spring-ws-2.0/javaagent Update HTTP span name extractors (#7730) 2023-02-14 07:40:05 -08:00
starters Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07:00
README.md Remove outdated spring documentation (#9248) 2023-08-18 08:18:20 -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-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-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 3.1.