Merge "Use max instead of min"
This commit is contained in:
commit
846332b40d
3 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
"tableColumn": "",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "min(up{job=\"alertmanager\"})",
|
||||
"expr": "max(up{job=\"alertmanager\"})",
|
||||
"format": "time_series",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"tableColumn": "",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "min(up{job=\"pushgateway\"})",
|
||||
"expr": "max(up{job=\"pushgateway\"})",
|
||||
"format": "time_series",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "",
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"tableColumn": "",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "min(up{job=\"remote_storage_adapter\"})",
|
||||
"expr": "max(up{job=\"remote_storage_adapter\"})",
|
||||
"format": "time_series",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "",
|
||||
|
|
Loading…
Reference in a new issue