AlchemyDing 8c6f4b06a7 Add the situation of specifying spring.application.name in the bootstrap file after introducing spring cloud (#9801) 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 70e3962a87 Always set messaging operation (#9791) 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 702ae30076 feat: get route info in spring-cloud-gateway (#9597) 1 年間 前
spring-core-2.0 7d2259742a Transform inline advice to delegating advice and test indy modules (#9508) 1 年間 前
spring-data 48a19d7e54 fix typo in SprintJpaTest (#9678) 1 年間 前
spring-integration-4.1 70e3962a87 Always set messaging operation (#9791) 1 年間 前
spring-jms 70e3962a87 Always set messaging operation (#9791) 1 年間 前
spring-kafka-2.7 70e3962a87 Always set messaging operation (#9791) 1 年間 前
spring-rabbit-1.0 f811bf6840 Second attempt at fixing flaky spring rabbit test (#9809) 1 年間 前
spring-rmi-4.0 3b77cc4b2d Semconv 1.21 (#9408) 1 年間 前
spring-scheduling-3.1 de7cdcc22b Run tests with java 21 (#9620) 1 年間 前
spring-web d6c2aff7c2 Change `http.request.body.size` and `http.response.body.size` attributes from recommended to opt-in (#9799) 1 年間 前
spring-webflux bf931abe74 Fix flaky spring webflux test (#9802) 1 年間 前
spring-webmvc d6c2aff7c2 Change `http.request.body.size` and `http.response.body.size` attributes from recommended to opt-in (#9799) 1 年間 前
spring-ws-2.0 3b77cc4b2d Semconv 1.21 (#9408) 1 年間 前
starters 2bdddafdc4 Apply Prettier to markdown files (#8968) 1 年間 前
README.md 88961cc8ad Remove outdated spring documentation (#9248) 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-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.