Unverified Commit 92a3b330 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub

Merge pull request #110 from alesnav/patch-2

Enable instant table for Docker nodes - Services
parents b2768678 7dd74eb9
......@@ -1707,7 +1707,7 @@
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "date"
"type": "hidden"
},
{
"alias": "",
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment