Status: Development Overview The OpenTelemetry configuration data model is part of the declarative configuration interface. The data model defines data structures which allow users to specify an intended configuration of OpenTelemetry SDK components and instrumentation. The data model is defined in opentelemetry-configuration using JSON Schema. The data model itself is an abstraction with multiple built-in representations: File-based configuration model SDK in-memory configuration model Stabi...