Open
Description
Is your feature request related to a problem? Please describe.
Even though the config bridge should make it transparent if declarative config is used or not, a matrix test would be good.
Describe the solution you'd like
We could run a matrix test with an env var DECLARATIVE_CONFIG=true
that would
assumeFalse()
on unit tests or spring starter (not sure how to do that)- collect all otel sys props on agent start and write them to a config file
The process is basically the reverse of
Depends on #14014 to get the test bridge (memory) exporter: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/58a23223dad5e39f0c110a029cfce0c8cb397297/testing/agent-exporter/src/main/java/io/opentelemetry/javaagent/testing/provider/TestBridgeLogRecordExporterComponentProvider.java
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Ready