Class EarlyInitAgentConfig

java.lang.Object
io.opentelemetry.javaagent.tooling.config.EarlyInitAgentConfig

public final class EarlyInitAgentConfig extends Object
Agent config class that is only supposed to be used before the SDK (and ConfigProperties) is initialized.
  • Method Details

    • create

      public static EarlyInitAgentConfig create()
    • getString

      @Nullable public String getString(String propertyName)
    • getBoolean

      public boolean getBoolean(String propertyName, boolean defaultValue)
    • getInt

      public int getInt(String propertyName, int defaultValue)
    • logEarlyConfigErrorsIfAny

      public void logEarlyConfigErrorsIfAny()