Skip to content

Commit

Permalink
Merge pull request stefanprodan#110 from alesnav/patch-2
Browse files Browse the repository at this point in the history
Enable instant table for Docker nodes - Services
  • Loading branch information
stefanprodan authored Jun 5, 2019
2 parents b276867 + 7dd74eb commit 92a3b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grafana/dashboards/swarmprom-services-dash.json
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "date"
"type": "hidden"
},
{
"alias": "",
Expand All @@ -1728,6 +1728,7 @@
{
"expr": "sum(engine_daemon_engine_info * on(instance) group_left(node_id) swarm_node_info) by (kernel, os, graphdriver, version, node_id)",
"format": "table",
"instant": true,
"intervalFactor": 2,
"legendFormat": "",
"refId": "A",
Expand Down

0 comments on commit 92a3b33

Please sign in to comment.