Remove outdated spring starter doc (#9205)
This commit is contained in:
parent
f712a17cd3
commit
d9f7cde77d
|
@ -696,10 +696,6 @@ server.port=8081
|
||||||
|
|
||||||
## Default configurations
|
## Default configurations
|
||||||
#otel.traces.sampler.probability=1
|
#otel.traces.sampler.probability=1
|
||||||
#otel.springboot.web.enabled=true
|
|
||||||
#otel.springboot.httpclients.enabled=true
|
|
||||||
#otel.springboot.aspects.enabled=true
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Check out [OpenTelemetry Spring Boot AutoConfigure](spring-boot-autoconfigure/README.md) to learn more.
|
Check out [OpenTelemetry Spring Boot AutoConfigure](spring-boot-autoconfigure/README.md) to learn more.
|
||||||
|
|
|
@ -155,7 +155,7 @@ Provides a OpenTelemetry tracer bean (`io.opentelemetry.api.trace.Tracer`) if on
|
||||||
|
|
||||||
#### Spring Web Auto Configuration
|
#### Spring Web Auto Configuration
|
||||||
|
|
||||||
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+ and can be disabled by adding `opentelemetry.trace.httpclients.enabled=false` to your `resources/applications.properties` file. [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.
|
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.
|
||||||
|
|
||||||
#### Spring Web MVC Auto Configuration
|
#### Spring Web MVC Auto Configuration
|
||||||
|
|
||||||
|
@ -171,10 +171,8 @@ to learn more about the OpenTelemetry Spring WebMVC instrumentation.
|
||||||
Provides auto-configurations for the OpenTelemetry WebClient ExchangeFilter defined
|
Provides auto-configurations for the OpenTelemetry WebClient ExchangeFilter defined
|
||||||
in [opentelemetry-spring-webflux-5.3](../spring-webflux/spring-webflux-5.3). This auto-configuration
|
in [opentelemetry-spring-webflux-5.3](../spring-webflux/spring-webflux-5.3). This auto-configuration
|
||||||
instruments all outgoing http requests sent using Spring's WebClient and WebClient Builder beans by
|
instruments all outgoing http requests sent using Spring's WebClient and WebClient Builder beans by
|
||||||
applying a bean post processor. This feature is supported for spring webflux versions 5.0+ and can
|
applying a bean post processor. This feature is supported for spring webflux versions 5.0+.
|
||||||
be disabled by adding `opentelemetry.trace.httpclients.enabled=false` to
|
[Spring Web-Flux - WebClient Span](#spring-web-flux---webclient-span) showcases a sample span
|
||||||
your `resources/applications.properties`
|
|
||||||
file. [Spring Web-Flux - WebClient Span](#spring-web-flux---webclient-span) showcases a sample span
|
|
||||||
generated by the WebClientFilter. Check
|
generated by the WebClientFilter. Check
|
||||||
out [opentelemetry-spring-webflux-5.3](../spring-webflux/spring-webflux-5.3) to learn more about the
|
out [opentelemetry-spring-webflux-5.3](../spring-webflux/spring-webflux-5.3) to learn more about the
|
||||||
OpenTelemetry WebClientFilter.
|
OpenTelemetry WebClientFilter.
|
||||||
|
|
Loading…
Reference in New Issue