chronograf/canned/influxdb_queryExecutor.json

35 lines
913 B
JSON
Raw Normal View History

2016-11-11 01:06:08 +00:00
{
"id": "543aa120-14ba-46a2-8ef9-6e6c7be3d60e",
"measurement": "influxdb_queryExecutor",
"app": "influxdb",
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "974f6948-d79a-4925-8162-193e6ddf1c7a",
"name": "InfluxDB - Query Performance",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"queryDurationNs\"), 1s) AS \"Duration\" FROM \"influxdb_queryExecutor\"",
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"time(10s)"
],
"wheres": []
},
{
"query": "SELECT non_negative_derivative(max(\"queriesExecuted\"), 1s) AS \"Queries Executed\" FROM \"influxdb_queryExecutor\"",
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"time(10s)"
],
"wheres": []
}
]
}
]
}