follow-up from open-telemetry/opentelemetry-java#4563 (comment)
some options
- only allow programmatic configuration in library instrumentation for now, and move
Config to javaagent-extension-api
- keep
Config in instrumentation-api as-is
- move
Config to an internal package
(+ maybe renaming Config to InstrumentationConfig to help clarify it's only used for instrumentation configuration and not for sdk configuration)
follow-up from open-telemetry/opentelemetry-java#4563 (comment)
some options
Configto javaagent-extension-apiConfigin instrumentation-api as-isConfigto an internal package(+ maybe renaming
ConfigtoInstrumentationConfigto help clarify it's only used for instrumentation configuration and not for sdk configuration)