mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Fix typo
This commit is contained in:
parent
19fd87b018
commit
0341c6196a
|
@ -3238,7 +3238,7 @@
|
|||
"multi": false,
|
||||
"name": "node",
|
||||
"options": [],
|
||||
"query": "label_values(node_time_seconds_seconds,{job=\"node\"}, instance)",
|
||||
"query": "label_values(node_time_seconds{job=\"node\"}, instance)",
|
||||
"refresh": 1,
|
||||
"regex": "/([^:]+):.*/",
|
||||
"sort": 0,
|
||||
|
@ -3258,7 +3258,7 @@
|
|||
"multi": false,
|
||||
"name": "port",
|
||||
"options": [],
|
||||
"query": "label_values(node_time_seconds_seconds, instance)",
|
||||
"query": "label_values(node_time_seconds, instance)",
|
||||
"refresh": 1,
|
||||
"regex": "/[^:]+:(.*)/",
|
||||
"sort": 0,
|
||||
|
|
Loading…
Reference in a new issue