Update Prometheus dashboard and add README

This commit is contained in:
2023-12-27 15:57:12 -05:00
parent 8083b7a3e6
commit 2bb24d3b57
3 changed files with 149 additions and 82 deletions

View File

@ -1,10 +1,20 @@
[
{
"targets": [
"pvc.upstream.floating.address.tld:7370"
"pvc.upstream.floating.address.1.tld:7370"
],
"labels": {
"cluster": "cluster1"
"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"
}
}
]