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
Currently. If you are using static prometheus target discovery.
The target file is a monolith lies in /etc/prometheus/targets/all.yml.
/etc/prometheus/targets/all.yml
It's good to split that monolith file into small files, for example, one yml file per cluster.
Besides, for people who are using per-cluster style inventory, this could work, too.
The targets files would be:
/etc/prometheus/targets/pg-test.yml /etc/prometheus/targets/pg-meta.yml /etc/prometheus/targets/pg-other-cluster.yml
The text was updated successfully, but these errors were encountered:
Vonng
No branches or pull requests
Currently. If you are using static prometheus target discovery.
The target file is a monolith lies in
/etc/prometheus/targets/all.yml
.It's good to split that monolith file into small files, for example, one yml file per cluster.
Besides, for people who are using per-cluster style inventory, this could work, too.
The targets files would be:
The text was updated successfully, but these errors were encountered: