Lauri Tulmin 78648478ae Disable springws instrumentation when controller telemetry is not enabled (#10192) 1 年間 前
..
spring-batch-3.0 7993ef2433 Fix intellij warnings (#7734) 2 年 前
spring-boot-actuator-autoconfigure-2.0 6eb8ae19df Allow injection of helper bytecode as resources (#9752) 1 年間 前
spring-boot-autoconfigure c66c59a5b8 Resolve `ParameterNameDiscoverer` Bean Conflict in `spring-boot-autoconfigure` (#10105) 1 年間 前
spring-boot-resources 8c6f4b06a7 Add the situation of specifying spring.application.name in the bootstrap file after introducing spring cloud (#9801) 1 年間 前
spring-cloud-gateway fdeb032b33 Disable controller and view spans by default (#10042) 1 年間 前
spring-core-2.0 7d2259742a Transform inline advice to delegating advice and test indy modules (#9508) 1 年間 前
spring-data fdeb032b33 Disable controller and view spans by default (#10042) 1 年間 前
spring-integration-4.1 fdeb032b33 Disable controller and view spans by default (#10042) 1 年間 前
spring-jms 70e3962a87 Always set messaging operation (#9791) 1 年間 前
spring-kafka-2.7 e148b84536 Fix spring-kafka-2.7 latest dep tests (#9921) 1 年間 前
spring-rabbit-1.0 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) 1 年間 前
spring-rmi-4.0 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) 1 年間 前
spring-scheduling-3.1 818ff6fcbe Convert Spring Scheduling groovy tests to java (#9806) 1 年間 前
spring-security-config-6.0 dedfc204c1 Fix latest dep tests (#9892) 1 年間 前
spring-web a2d4148067 Remove http stable semconv tests (#10087) 1 年間 前
spring-webflux fdeb032b33 Disable controller and view spans by default (#10042) 1 年間 前
spring-webmvc fdeb032b33 Disable controller and view spans by default (#10042) 1 年間 前
spring-ws-2.0 78648478ae Disable springws instrumentation when controller telemetry is not enabled (#10192) 1 年間 前
starters 00b6398cd7 Point the OpenTelemetry Spring Starter doc to opentelemetry.io website (#9926) 1 年間 前
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.