chronograf/canned/influxdb_httpd.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2016-11-11 01:06:08 +00:00
{
"id": "e0d70dc9-538a-4b29-8d27-4a76d5fc8a09",
"measurement": "influxdb_httpd",
"app": "influxdb",
"autoflow": true,
2016-11-11 01:06:08 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "b4cbb2d6-a261-482a-942d-04e510f2b532",
"name": "InfluxDB - Write HTTP Requests",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"writeReq\"), 1s) AS \"http_requests\" FROM \"influxdb_httpd\"",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "cb473467-1854-4c7c-930e-769f24beb761",
"name": "InfluxDB - Query Requests",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"queryReq\"), 1s) AS \"query_requests\" FROM \"influxdb_httpd\"",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "e0d70dc9-538a-4b29-8d27-4a76d5fc8a09",
"name": "InfluxDB - Client Failures",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"clientError\"), 1s) AS \"client_errors\" FROM \"influxdb_httpd\"",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
},
{
"query": "SELECT non_negative_derivative(max(\"authFail\"), 1s) AS \"auth_fail\" FROM \"influxdb_httpd\"",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
}
]
}
]
}