Class DeprecatedConfigProperties

java.lang.Object
io.opentelemetry.javaagent.bootstrap.internal.DeprecatedConfigProperties

public final class DeprecatedConfigProperties extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Method Details

    • getBoolean

      public static boolean getBoolean(io.opentelemetry.instrumentation.api.incubator.config.internal.InstrumentationConfig config, String deprecatedPropertyName, String newPropertyName, boolean defaultValue)
    • getList

      public static List<String> getList(io.opentelemetry.instrumentation.api.incubator.config.internal.InstrumentationConfig config, String deprecatedPropertyName, String newPropertyName)