Andrei Chugunov acef37c7df move spring-jms-2.0 tests to java (#11195) il y a 10 mois
..
spring-batch-3.0 7993ef2433 Fix intellij warnings (#7734) il y a 2 ans
spring-boot-actuator-autoconfigure-2.0 e47be09fbd Disable actuator instrumentation by default (#10394) il y a 1 an
spring-boot-autoconfigure 2f79f1dcc0 move the reactive spring tests to a different directory (#11234) il y a 10 mois
spring-boot-autoconfigure-3 c370aef658 ensure no warnings are emitted in spring starter startup (#11201) il y a 10 mois
spring-boot-resources 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-cloud-gateway fdeb032b33 Disable controller and view spans by default (#10042) il y a 1 an
spring-core-2.0 0a5c31193c Deleted redundant checks (#10434) il y a 1 an
spring-data 7ff3b23f10 Remove db.connection_string (#11089) il y a 11 mois
spring-integration-4.1 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-jms acef37c7df move spring-jms-2.0 tests to java (#11195) il y a 10 mois
spring-kafka-2.7 9efbec6fd5 Replace messaging.kafka.destination.partition with messaging.destination.partition.id (#11086) il y a 11 mois
spring-rabbit-1.0 d4237fc01a Updating tests to support using non-localhost Docker runtimes (#11106) il y a 10 mois
spring-rmi-4.0 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-scheduling-3.1 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-security-config-6.0 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-web 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-webflux 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-webmvc 955470a63a Semconv 1.25.0 migration (#10983) il y a 11 mois
spring-ws-2.0 483387d333 move spring-ws-2.0 tests to java (#11196) il y a 10 mois
starters d1591f72a7 Small fixes (#11236) il y a 10 mois
README.md 27615c5690 Document spring-batch and spring-scheduling flags (#10155) il y a 1 an

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.