fix loading variables on time changes
This commit is contained in:
parent
0750caa4e9
commit
41d0618fa2
1 changed files with 3 additions and 3 deletions
|
|
@ -1471,7 +1471,7 @@
|
||||||
"query": "label_values(endlessh_client_open_count_total, job)",
|
"query": "label_values(endlessh_client_open_count_total, job)",
|
||||||
"refId": "StandardVariableQuery"
|
"refId": "StandardVariableQuery"
|
||||||
},
|
},
|
||||||
"refresh": 1,
|
"refresh": 2,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
"sort": 1,
|
"sort": 1,
|
||||||
|
|
@ -1495,7 +1495,7 @@
|
||||||
"query": "label_values(endlessh_client_open_count_total{job=~\"$job\"}, instance)",
|
"query": "label_values(endlessh_client_open_count_total{job=~\"$job\"}, instance)",
|
||||||
"refId": "StandardVariableQuery"
|
"refId": "StandardVariableQuery"
|
||||||
},
|
},
|
||||||
"refresh": 1,
|
"refresh": 2,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
"sort": 1,
|
"sort": 1,
|
||||||
|
|
@ -1511,6 +1511,6 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Endlessh",
|
"title": "Endlessh",
|
||||||
"uid": "ATIxYkO7k",
|
"uid": "ATIxYkO7k",
|
||||||
"version": 9,
|
"version": 10,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue