Unverified Commit 1bcae3b2 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub

Merge pull request #109 from alesnav/patch-1

Enable instant table for Docker nodes - Nodes
parents 92a3b330 0a581c7f
......@@ -1885,7 +1885,7 @@
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "date"
"type": "hidden"
},
{
"alias": "",
......@@ -1906,6 +1906,7 @@
{
"expr": "sum(node_meta) by (node_id, node_name, instance)",
"format": "table",
"instant": true,
"intervalFactor": 2,
"refId": "A",
"step": 2
......
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