
The System property names is nested,can not be transformed to YAML . If we want to read from yaml file in the future versions,it will be a bug.
I think it should be added a name to the Properties,like this:
otel.traces.sampler.name
otel.traces.sampler.arg
Then it will be transformed:
otel:
traces:
exporter: otlp
sampler:
name: parentbased_always_on
arg:
Link: opentelemetry-java Issues
The System property names is nested,can not be transformed to YAML . If we want to read from yaml file in the future versions,it will be a bug.
I think it should be added a
nameto the Properties,like this:Then it will be transformed:
Link: opentelemetry-java Issues