java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.runtimemetrics.RuntimeMetricsAutoConfiguration

@Configuration public class RuntimeMetricsAutoConfiguration extends Object
Configures runtime metrics collection.

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

  • Constructor Details

    • RuntimeMetricsAutoConfiguration

      public RuntimeMetricsAutoConfiguration()
  • Method Details

    • stopMetrics

      @PreDestroy public void stopMetrics() throws Exception
      Throws:
      Exception
    • handleApplicationReadyEvent

      @EventListener public void handleApplicationReadyEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)