forked from rackerlabs/genestack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Prometheus pushgateway and metric collection for OVN backup (…
…rackerlabs#381) * feat: add Prometheus pushgateway and metric collection for OVN backup JIRA:OSPC-551 * Add disk percent usage gauge to OVN backup metrics. * Add alerting rules based on collected OVN backup metrics. * typo correction for ovn backup alert * Put prometheus-pushgateway.md in mkdocs.yml
- Loading branch information
1 parent
1313e1a
commit f9f6337
Showing
9 changed files
with
597 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
helmCharts: | ||
- name: prometheus-pushgateway | ||
repo: https://prometheus-community.github.io/helm-charts | ||
releaseName: prometheus-pushgateway | ||
namespace: prometheus | ||
includeCRDs: true | ||
valuesFile: values.yaml |
Oops, something went wrong.