Move monitoring folder to top level
This commit is contained in:
2600
monitoring/prometheus/grafana-pvc-health-dashboard.json
Normal file
2600
monitoring/prometheus/grafana-pvc-health-dashboard.json
Normal file
File diff suppressed because it is too large
Load Diff
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'
|
11
monitoring/prometheus/targets-pvc_cluster.json
Normal file
11
monitoring/prometheus/targets-pvc_cluster.json
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"targets": [
|
||||
"pvc.upstream.floating.address.tld:7370"
|
||||
],
|
||||
"labels": {
|
||||
"cluster": "cluster1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user