Skip to content

Commit

Permalink
Merge pull request stefanprodan#109 from alesnav/patch-1
Browse files Browse the repository at this point in the history
Enable instant table for Docker nodes - Nodes
  • Loading branch information
stefanprodan authored Jun 5, 2019
2 parents 92a3b33 + 0a581c7 commit 1bcae3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grafana/dashboards/swarmprom-nodes-dash.json
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "date"
"type": "hidden"
},
{
"alias": "",
Expand All @@ -1906,6 +1906,7 @@
{
"expr": "sum(node_meta) by (node_id, node_name, instance)",
"format": "table",
"instant": true,
"intervalFactor": 2,
"refId": "A",
"step": 2
Expand Down

0 comments on commit 1bcae3b

Please sign in to comment.