Merge pull request #463 from influxdata/fix-layout-format-round-9

Update ids and redis JSON format (extra {)
pull/10616/head
Chris Goller 2016-11-10 16:58:49 -06:00 committed by GitHub
commit 811f2e6117
2 changed files with 16 additions and 14 deletions

View File

@ -8,7 +8,7 @@
"y": 0,
"w": 4,
"h": 4,
"i": "89dad9c8-3391-400e-a44a-b5d4a2c53bf1",
"i": "f07967cb-2c2a-41cb-8420-f041f46b0635",
"name": "NSQ topic messages",
"queries": [
{

View File

@ -1,21 +1,23 @@
{
{
"id": "793e6cca-7d7f-48e4-8db2-7b81761cc6ff",
"measurement": "redis",
"app": "redis",
"cells": [{
"id": "793e6cca-7d7f-48e4-8db2-7b81761cc6ff",
"measurement": "redis",
"app": "redis",
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "9c168ac8-2985-4883-bdf2-938ea9f065b9",
"name": "Redis - Connected Clients",
"queries": [{
"query": "select clients from redis",
"db": "telegraf",
"rp": "autogen",
"groupbys": []
}]
"queries": [
{
"query": "select clients from redis",
"db": "telegraf",
"rp": "autogen",
"groupbys": []
}
]
},
{
"x": 0,
@ -65,5 +67,5 @@
}
]
}
]
}
]
}