Add redis layout

pull/10616/head
nathan haugo 2016-11-10 12:34:41 -08:00
parent 76e4054a74
commit c2bab88df0
1 changed files with 64 additions and 0 deletions

64
canned/redis.json Normal file
View File

@ -0,0 +1,64 @@
{
"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": []
}]
},
{
"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-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": [
]
}]
}
]
}