opentelemetry-java-instrume.../instrumentation/spring
Lauri Tulmin e148b84536
Fix spring-kafka-2.7 latest dep tests (#9921)
2023-11-21 11:59:18 +01: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 Allow injection of helper bytecode as resources (#9752) 2023-11-06 09:37:52 -08:00
spring-boot-autoconfigure Remove reference to tracer bean from spring boot docs (#9864) 2023-11-14 07:15:45 -08:00
spring-boot-resources Add the situation of specifying spring.application.name in the bootstrap file after introducing spring cloud (#9801) 2023-11-06 09:44:44 -08:00
spring-cloud-gateway feat: get route info in spring-cloud-gateway (#9597) 2023-11-03 09:40:35 -07:00
spring-core-2.0/javaagent Transform inline advice to delegating advice and test indy modules (#9508) 2023-09-22 11:15:39 +03:00
spring-data fix typo in SprintJpaTest (#9678) 2023-10-13 09:35:20 -07:00
spring-integration-4.1 Always set messaging operation (#9791) 2023-11-06 12:30:27 +02:00
spring-jms Always set messaging operation (#9791) 2023-11-06 12:30:27 +02:00
spring-kafka-2.7 Fix spring-kafka-2.7 latest dep tests (#9921) 2023-11-21 11:59:18 +01:00
spring-rabbit-1.0/javaagent Second attempt at fixing flaky spring rabbit test (#9809) 2023-11-06 16:50:16 +02:00
spring-rmi-4.0/javaagent Semconv 1.21 (#9408) 2023-09-13 19:20:23 +00:00
spring-scheduling-3.1 Run tests with java 21 (#9620) 2023-10-09 17:07:46 +03:00
spring-security-config-6.0 Fix latest dep tests (#9892) 2023-11-16 10:12:24 -08:00
spring-web Fix latest dep tests (#9892) 2023-11-16 10:12:24 -08:00
spring-webflux Fix latest dep tests (#9892) 2023-11-16 10:12:24 -08:00
spring-webmvc Change `http.request.body.size` and `http.response.body.size` attributes from recommended to opt-in (#9799) 2023-11-02 11:20:50 -07:00
spring-ws-2.0/javaagent Semconv 1.21 (#9408) 2023-09-13 19:20:23 +00: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.