Class DeprecatedConfigPropertyWarning

java.lang.Object
io.opentelemetry.instrumentation.api.internal.DeprecatedConfigPropertyWarning

public final class DeprecatedConfigPropertyWarning 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

    • warnIfUsed

      public static void warnIfUsed(io.opentelemetry.instrumentation.api.config.Config config, String deprecatedPropertyName, String newPropertyName)