Skip to content

Commit 23b2521

Browse files
authored
Remove reference to tracer bean from spring boot docs (#9864)
1 parent 5ba402f commit 23b2521

File tree

1 file changed

+0
-4
lines changed
  • instrumentation/spring/spring-boot-autoconfigure

1 file changed

+0
-4
lines changed

instrumentation/spring/spring-boot-autoconfigure/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ implementation("io.opentelemetry:opentelemetry-extension-annotations:OPENTELEMET
149149

150150
#### OpenTelemetry Auto Configuration
151151

152-
#### OpenTelemetry Tracer Auto Configuration
153-
154-
Provides a OpenTelemetry tracer bean (`io.opentelemetry.api.trace.Tracer`) if one does not exist in the application context of the spring project. This tracer bean will be used in all configurations listed below. Feel free to declare your own OpenTelemetry tracer bean to overwrite this configuration.
155-
156152
#### Spring Web Auto Configuration
157153

158154
Provides auto-configuration for the OpenTelemetry RestTemplate trace interceptor defined in [opentelemetry-spring-web-3.1](../spring-web/spring-web-3.1). This auto-configuration instruments all requests sent using Spring RestTemplate beans by applying a RestTemplate bean post processor. This feature is supported for spring web versions 3.1+. [Spring Web - RestTemplate Client Span](#spring-web---resttemplate-client-span) show cases a sample client span generated by this auto-configuration. Check out [opentelemetry-spring-web-3.1](../spring-web/spring-web-3.1) to learn more about the OpenTelemetry RestTemplateInterceptor.

0 commit comments

Comments
 (0)