opentelemetry-java-instrume.../instrumentation/spring/spring-boot-autoconfigure
xiepuhuan 0477d38897
Add @WithSpan option to break from existing context (#13112)
Signed-off-by: xiepuhuan <xiepuhuan@didachuxing.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-03-13 19:15:44 +00:00
..
src Add @WithSpan option to break from existing context (#13112) 2025-03-13 19:15:44 +00:00
README.md Copyedits to spring-boot-autoconfigure/README.md (#13188) 2025-02-04 08:36:39 -08:00
build.gradle.kts Fix adding logback mdc appender in spring starter (#13391) 2025-03-01 11:50:23 +00:00
gradle.properties Restructure to have a single spring-boot-autoconfigure artifact (#11826) 2024-07-16 13:57:52 -07:00

README.md

OpenTelemetry Spring Auto-Configuration

Auto-configures OpenTelemetry instrumentation for spring-web , spring-webmvc, and spring-webflux. Leverages Spring Aspect Oriented Programming, dependency injection, and bean post-processing to trace spring applications. To include all features listed below use the opentelemetry-spring-boot-starter.

Documentation for OpenTelemetry Spring Auto-Configuration can be found here.