Class DefaultConfigProperties

java.lang.Object
io.opentelemetry.sdk.autoconfigure.spi.internal.DefaultConfigProperties
All Implemented Interfaces:
ConfigProperties

public final class DefaultConfigProperties extends Object implements ConfigProperties
Properties are normalized to The properties for both of these will be normalized to be all lower case, dashses are replaces with periods, and environment variable underscores are replaces with periods.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.