Skip to content
New issue

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

Refactor configuration loading to have a defined schema #512

Open
matthiasr opened this issue Mar 8, 2023 · 0 comments
Open

Refactor configuration loading to have a defined schema #512

matthiasr opened this issue Mar 8, 2023 · 0 comments

Comments

@matthiasr
Copy link
Contributor

Use case. Why is this important?

This is the Big Solution follow up to #493. Instead of loading YAML into unstructured objects, we really ought to load into a structure that represents exactly the configuration file. This is also the approach in the Go-based exporters, because that's how YAML loading works in Go to begin with. It also helps with validating configuration, cf. #484.

How do you think the new configuration should look like?

This should not change the contents or semantics of the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant