The "YAML file_format", as in this node in `config.yaml`: ``` # The file format version file_format: "0.1" ``` collides with the "YAML file format" from the [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/file-configuration.md#yaml-file-format). This introduces unnecessary confusion. Suggested change, rename to `configuration_version`.
The "YAML file_format", as in this node in
config.yaml:collides with the "YAML file format" from the spec.
This introduces unnecessary confusion.
Suggested change, rename to
configuration_version.