Remove non-existing metrics
Change-Id: Ief97b794d167c9b307b6ac5b4906bf360e1933fb
This commit is contained in:
parent
ac64feebbf
commit
a69805ee62
1 changed files with 1 additions and 17 deletions
|
@ -65,22 +65,6 @@
|
||||||
"metric": "prometheus_local_storage_chunks_to_persist",
|
"metric": "prometheus_local_storage_chunks_to_persist",
|
||||||
"refId": "B",
|
"refId": "B",
|
||||||
"step": 10
|
"step": 10
|
||||||
},
|
|
||||||
{
|
|
||||||
"expr": "prometheus_local_storage_max_memory_chunks{job=\"prometheus\",instance=\"$Prometheus:9090\"}",
|
|
||||||
"intervalFactor": 2,
|
|
||||||
"legendFormat": "Max chunks",
|
|
||||||
"metric": "prometheus_local_storage_max_memory_chunks",
|
|
||||||
"refId": "D",
|
|
||||||
"step": 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"expr": "prometheus_local_storage_max_chunks_to_persist{job=\"prometheus\",instance=\"$Prometheus:9090\"}",
|
|
||||||
"intervalFactor": 2,
|
|
||||||
"legendFormat": "Max to persist",
|
|
||||||
"metric": "prometheus_local_storage_max_chunks_to_persist",
|
|
||||||
"refId": "C",
|
|
||||||
"step": 10
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"thresholds": [],
|
"thresholds": [],
|
||||||
|
@ -1621,6 +1605,6 @@
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Prometheus Performances",
|
"title": "Prometheus Performances",
|
||||||
"version": 5
|
"version": 6
|
||||||
}
|
}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
Loading…
Reference in a new issue