Class ConfigPropertiesUtil

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

public final class ConfigPropertiesUtil 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(String propertyName, boolean defaultValue)
    • getInt

      public static int getInt(String propertyName, int defaultValue)
    • getString

      @Nullable public static String getString(String propertyName)