influxdb/chronograf/canned/influxdb_queryExecutor.json

30 lines
865 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",
"autoflow": true,
2016-11-11 01:06:08 +00:00
"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) / 1000000 AS \"duration_ms\" FROM \":db:\".\":rp:\".\"influxdb_queryExecutor\"",
"label": "ms",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
},
{
"query": "SELECT non_negative_derivative(max(\"queriesExecuted\"), 1s) / 1000000 AS \"queries_executed_ms\" FROM \":db:\".\":rp:\".\"influxdb_queryExecutor\"",
"label": "ms",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
}
]
}
]
}