Class DeprecatedConfigProperties
java.lang.Object
io.opentelemetry.javaagent.bootstrap.internal.DeprecatedConfigProperties
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 TypeMethodDescriptionstatic boolean
getBoolean
(InstrumentationConfig config, String deprecatedPropertyName, String newPropertyName, boolean defaultValue) getList
(InstrumentationConfig config, String deprecatedPropertyName, String newPropertyName)
-
Method Details
-
getBoolean
public static boolean getBoolean(InstrumentationConfig config, String deprecatedPropertyName, String newPropertyName, boolean defaultValue) -
getList
public static List<String> getList(InstrumentationConfig config, String deprecatedPropertyName, String newPropertyName)
-