Add Prometheus monitoring examples

This commit is contained in:
2023-12-09 17:42:51 -05:00
parent e8552b471b
commit 1f6347d24b
4 changed files with 2624 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Other configuration omitted
scrape_configs:
- job_name: "pvc_cluster"
metrics_path: /api/v1/metrics
scheme: "http"
file_sd_configs:
- files:
- 'targets-pvc_cluster.json'