Update layouts to use jq format and fix nsq ids
parent
d2bb36addc
commit
4f952f067c
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "7b035812-182a-4a94-ba2e-902dfb81e0a2",
|
||||
"id": "912f337b-3af2-42af-9352-b31a5bc3b431",
|
||||
"measurement": "nsq_topic",
|
||||
"app": "nsq",
|
||||
"cells": [
|
||||
|
@ -27,7 +27,7 @@
|
|||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "e3eb48c0-8283-4445-b174-f4f8e4182e45",
|
||||
"i": "912f337b-3af2-42af-9352-b31a5bc3b431",
|
||||
"name": "NSQ topic messages on disk",
|
||||
"queries": [
|
||||
{
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"y": 0,
|
||||
"w": 12,
|
||||
"h": 4,
|
||||
"i": "",
|
||||
"i": "b417bc9f-b16d-4691-91a7-85adfdd3e8ec",
|
||||
"name": "PostgreSQL Rows",
|
||||
"queries": [
|
||||
|
|
|
@ -1,64 +1,71 @@
|
|||
{
|
||||
"id": "793e6cca-7d7f-48e4-8db2-7b81761cc6ff",
|
||||
"measurement": "redis_keyspace",
|
||||
"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": []
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id": "793e6cca-7d7f-48e4-8db2-7b81761cc6ff",
|
||||
"measurement": "redis_keyspace",
|
||||
"app": "redis",
|
||||
"cells": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "9c168ac8-2985-4883-bdf2-938ea9f065a0",
|
||||
"name": "Redis - Blocked Clients",
|
||||
"queries": [{
|
||||
"query": "select blocked_clients from redis",
|
||||
"db": "telegraf",
|
||||
"rp": "autogen",
|
||||
"groupbys": []
|
||||
}]
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "9c168ac8-2985-4883-bdf2-938ea9f065b1",
|
||||
"name": "Redis - CPU",
|
||||
"queries": [{
|
||||
"query": "select non_negative_derivative(\"used_cpu_user\") as used_cpu_per_second from redis",
|
||||
"db": "telegraf",
|
||||
"rp": "autogen",
|
||||
"groupbys": [
|
||||
]
|
||||
}]
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "9c168ac8-2985-4883-bdf2-938ea9f065a0",
|
||||
"name": "Redis - Blocked Clients",
|
||||
"queries": [
|
||||
{
|
||||
"query": "select blocked_clients from redis",
|
||||
"db": "telegraf",
|
||||
"rp": "autogen",
|
||||
"groupbys": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "9c168ac8-2985-4883-bdf2-938ea9f065b2",
|
||||
"name": "Redis - Memory",
|
||||
"queries": [{
|
||||
"query": "select non_negative_derivative(\"used_memory\") as used_memory_per_second from redis",
|
||||
"db": "telegraf",
|
||||
"rp": "autogen",
|
||||
"groupbys": [
|
||||
]
|
||||
}]
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "9c168ac8-2985-4883-bdf2-938ea9f065b1",
|
||||
"name": "Redis - CPU",
|
||||
"queries": [
|
||||
{
|
||||
"query": "select non_negative_derivative(\"used_cpu_user\") as used_cpu_per_second from redis",
|
||||
"db": "telegraf",
|
||||
"rp": "autogen",
|
||||
"groupbys": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"i": "9c168ac8-2985-4883-bdf2-938ea9f065b2",
|
||||
"name": "Redis - Memory",
|
||||
"queries": [
|
||||
{
|
||||
"query": "select non_negative_derivative(\"used_memory\") as used_memory_per_second from redis",
|
||||
"db": "telegraf",
|
||||
"rp": "autogen",
|
||||
"groupbys": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue