Move monitoring folder to top level
This commit is contained in:
8
monitoring/prometheus/prometheus.yml
Normal file
8
monitoring/prometheus/prometheus.yml
Normal 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'
|
Reference in New Issue
Block a user