Status: Development Overview The instrumentation configuration API is part of the declarative configuration interface. The API allows instrumentation libraries to consume configuration by reading relevant configuration during initialization. For example, an instrumentation library for an HTTP client can read the set of HTTP request and response headers to capture. It consists of the following main components: ConfigProvider is the entry point of the API. ConfigProperties is a programmatic rep...