We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "YAML file_format", as in this node in config.yaml:
config.yaml
# The file format version file_format: "0.1"
collides with the "YAML file format" from the spec.
This introduces unnecessary confusion.
Suggested change, rename to configuration_version.
configuration_version
The text was updated successfully, but these errors were encountered:
Just found out other opentelemetry yaml files uses the file_format node, for example in build tools:
file_format
https://github.com/open-telemetry/build-tools/blob/main/schemas/testdata/1.13.0-example
Better to keep the same pattern everywhere then.
Closing.
Sorry, something went wrong.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: