Gregor Zeitlinger b7e847c4f1 Spring use sdk autoconfig (#10453) 1 gadu atpakaļ
..
spring-batch-3.0 7993ef2433 Fix intellij warnings (#7734) 2 gadi atpakaļ
spring-boot-actuator-autoconfigure-2.0 e47be09fbd Disable actuator instrumentation by default (#10394) 1 gadu atpakaļ
spring-boot-autoconfigure b7e847c4f1 Spring use sdk autoconfig (#10453) 1 gadu atpakaļ
spring-boot-resources c73bf8eadf Fix native tests (#10685) 1 gadu atpakaļ
spring-cloud-gateway fdeb032b33 Disable controller and view spans by default (#10042) 1 gadu atpakaļ
spring-core-2.0 0a5c31193c Deleted redundant checks (#10434) 1 gadu atpakaļ
spring-data 0a5c31193c Deleted redundant checks (#10434) 1 gadu atpakaļ
spring-integration-4.1 b57c1a023b Update semconv (#10272) 1 gadu atpakaļ
spring-jms b5bbc62fa1 Always create a JMS consumer span (#10604) 1 gadu atpakaļ
spring-kafka-2.7 afa3207e87 Fix spring kafka context leak when batch listener is retried (#10741) 1 gadu atpakaļ
spring-rabbit-1.0 0a5c31193c Deleted redundant checks (#10434) 1 gadu atpakaļ
spring-rmi-4.0 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) 1 gadu atpakaļ
spring-scheduling-3.1 87f6be691e Use constants from SemanticAttributes (#10302) 1 gadu atpakaļ
spring-security-config-6.0 dedfc204c1 Fix latest dep tests (#9892) 1 gadu atpakaļ
spring-web a2d4148067 Remove http stable semconv tests (#10087) 1 gadu atpakaļ
spring-webflux d4435c9bc8 Use direct peer address in `client.address` when X-Forwarded-For is not present (#10370) 1 gadu atpakaļ
spring-webmvc acb078bbc3 Wrap request to avoid modifying attributes of the original request (#10389) 1 gadu atpakaļ
spring-ws-2.0 3dd0925081 Honor default enabled for instrumentation modules (#10211) 1 gadu atpakaļ
starters c73bf8eadf Fix native tests (#10685) 1 gadu atpakaļ
README.md 27615c5690 Document spring-batch and spring-scheduling flags (#10155) 1 gadu atpakaļ

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.