Ben f602e193e5 Fix InstrumentedRecordInterceptor closing the trace too early (#11471) 9 月之前
..
spring-batch-3.0 7993ef2433 Fix intellij warnings (#7734) 2 年之前
spring-boot-actuator-autoconfigure-2.0 d5e2742518 Fix spring-boot-actuator-autoconfigure-2.0 latest dep test (#11446) 9 月之前
spring-boot-autoconfigure 40cea5e616 Test earliest spring boot version (#11474) 9 月之前
spring-boot-autoconfigure-3 32df5ae710 extract @SpringBootInstrumentation annotation (#11293) 10 月之前
spring-boot-resources 955470a63a Semconv 1.25.0 migration (#10983) 11 月之前
spring-cloud-gateway 5801ca7a7e Remove usages of sdk internal StringUtils class (#11547) 9 月之前
spring-core-2.0 0a5c31193c Deleted redundant checks (#10434) 1 年之前
spring-data 68ebe00c8b Revert "Remove db.connection_string (#11089)" (#11366) 10 月之前
spring-integration-4.1 955470a63a Semconv 1.25.0 migration (#10983) 11 月之前
spring-jms acef37c7df move spring-jms-2.0 tests to java (#11195) 10 月之前
spring-kafka-2.7 f602e193e5 Fix InstrumentedRecordInterceptor closing the trace too early (#11471) 9 月之前
spring-rabbit-1.0 d4237fc01a Updating tests to support using non-localhost Docker runtimes (#11106) 10 月之前
spring-rmi-4.0 03770f371f Simplify test (#11339) 10 月之前
spring-scheduling-3.1 955470a63a Semconv 1.25.0 migration (#10983) 11 月之前
spring-security-config-6.0 3a9972b16f Remove incubating semconv dependency from library instrumentation (#11324) 10 月之前
spring-web 7a06507f80 Allow library instrumentations to override span name (#11355) 9 月之前
spring-webflux 7a06507f80 Allow library instrumentations to override span name (#11355) 9 月之前
spring-webmvc 40cea5e616 Test earliest spring boot version (#11474) 9 月之前
spring-ws-2.0 483387d333 move spring-ws-2.0 tests to java (#11196) 10 月之前
starters 40cea5e616 Test earliest spring boot version (#11474) 9 月之前
README.md 27615c5690 Document spring-batch and spring-scheduling flags (#10155) 1 年之前

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.