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

Read metrics and queries from multiple files. #108

Open
free31307468 opened this issue Mar 10, 2022 · 0 comments
Open

Read metrics and queries from multiple files. #108

free31307468 opened this issue Mar 10, 2022 · 0 comments

Comments

@free31307468
Copy link

Query export is an useful tool for monitoring our applications. We like it very much and want to introduce it to our teams.

According to the document, except that the databases can be read from other files, section of metrics and queries must be written in the same file, and query exporter can only read one configuration file at a time.

In our case, we will only set up one query export and share it with multiple teams.
Different teams may use the same database, but queries and metrics will be different, this scenario will cause a large configuration file eventually.

Also, from the point of view of collaborative work, when someone needs to add or modify these settings, they must modify the same file which might not be so efficient and also cause conflict when integrating all the changes.

So, my suggestion is that is it possible to develop a new feature that read the metrics and queries section from other sources for better maintenance practice, like supporting reading the settings from the config.yml file?

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