Lauri Tulmin ad16ba88b2 Fix using opentelemetry-spring-boot with java8 (#10066) před 1 rokem
..
spring-batch-3.0 7993ef2433 Fix intellij warnings (#7734) před 2 roky
spring-boot-actuator-autoconfigure-2.0 6eb8ae19df Allow injection of helper bytecode as resources (#9752) před 1 rokem
spring-boot-autoconfigure 3213c86784 Breaking change: disable micrometer bridge by default (#10038) před 1 rokem
spring-boot-resources 8c6f4b06a7 Add the situation of specifying spring.application.name in the bootstrap file after introducing spring cloud (#9801) před 1 rokem
spring-cloud-gateway 65b9fa2712 Fix spring-cloud-gateway-2.2 latest dep tests (#10023) před 1 rokem
spring-core-2.0 7d2259742a Transform inline advice to delegating advice and test indy modules (#9508) před 1 rokem
spring-data 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
spring-integration-4.1 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
spring-jms 70e3962a87 Always set messaging operation (#9791) před 1 rokem
spring-kafka-2.7 e148b84536 Fix spring-kafka-2.7 latest dep tests (#9921) před 1 rokem
spring-rabbit-1.0 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
spring-rmi-4.0 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
spring-scheduling-3.1 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
spring-security-config-6.0 dedfc204c1 Fix latest dep tests (#9892) před 1 rokem
spring-web 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
spring-webflux 1ac8c4d606 Implement `error.type` in `spring-webflux` and `reactor-netty` instrumentations (#9967) před 1 rokem
spring-webmvc ad16ba88b2 Fix using opentelemetry-spring-boot with java8 (#10066) před 1 rokem
spring-ws-2.0 65ee9510f5 Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985) před 1 rokem
starters 00b6398cd7 Point the OpenTelemetry Spring Starter doc to opentelemetry.io website (#9926) před 1 rokem
README.md 672fa2215f Fix link to spring integration channel configuration doc (#9931) před 1 rokem

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.