Open
Description
Currently there are two config
packages:
- go.opentelemetry.io/contrib/config/v0.2.0
- go.opentelemetry.io/contrib/config/v0.3.0
The user should be able to have functions like LoadYAML
in go.opentelemetry.io/contrib/config
which gives the possibility to setup the OTel Go SDK without knowing what is the exactly file-version
in the OTel config file.
Maybe go.opentelemetry.io/contrib/config/v[X.Y.Z]
should be even internal?
Related to: