Class SpringWebInstrumentationAutoConfiguration

java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.web.SpringWebInstrumentationAutoConfiguration

@ConditionalOnClass(org.springframework.web.client.RestTemplate.class) @Configuration public class SpringWebInstrumentationAutoConfiguration extends Object
Configures RestTemplate for tracing.

Adds OpenTelemetry instrumentation to RestTemplate beans after initialization.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

  • Constructor Details

    • SpringWebInstrumentationAutoConfiguration

      public SpringWebInstrumentationAutoConfiguration()