pvc/monitoring/prometheus/targets-pvc_cluster.json

22 lines
395 B
JSON
Raw Permalink Normal View History

2023-12-09 17:42:51 -05:00
[
{
"targets": [
"pvc.upstream.floating.address.1.tld:7370"
2023-12-09 17:42:51 -05:00
],
"labels": {
"pvc_cluster_id": "cluster1",
"pvc_cluster_name": "cluster1: My First Cluster"
}
},
{
"targets": [
"pvc.upstream.floating.address.2.tld:7370"
],
"labels": {
"pvc_cluster_id": "cluster2",
"pvc_cluster_name": "cluster2: My Second Cluster"
2023-12-09 17:42:51 -05:00
}
}
]