All Known Implementing Classes:
Java17RuntimeMetricsProvider, Java8RuntimeMetricsProvider

public interface RuntimeMetricsProvider
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.

  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    start(io.opentelemetry.api.OpenTelemetry openTelemetry, io.opentelemetry.instrumentation.api.incubator.config.internal.InstrumentationConfig config)
     
  • Method Details

    • minJavaVersion

      int minJavaVersion()
    • start

      @Nullable AutoCloseable start(io.opentelemetry.api.OpenTelemetry openTelemetry, io.opentelemetry.instrumentation.api.incubator.config.internal.InstrumentationConfig config)