influxdb/canned/redis.json

93 lines
2.0 KiB
JSON
Raw Normal View History

2016-11-10 21:15:48 +00:00
<<<<<<< 3c7df654e402ea2066b2b8b33d1aaa0a706be099
{
"id": "793e6cca-7d7f-48e4-8db2-7b81761cc6ff",
"measurement": "redis_keyspace",
"app": "redis",
"cells": [
2016-11-10 21:15:48 +00:00
=======
{
"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": []
}]
},
>>>>>>> Fix regex bug
2016-11-10 20:34:41 +00:00
{
"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": []
}
]
2016-11-10 20:34:41 +00:00
},
{
"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": []
}
]
2016-11-10 20:34:41 +00:00
},
{
"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": []
}
]
2016-11-10 20:34:41 +00:00
}
]
}