chronograf/canned/nginx.json

84 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"id": "b805d661-e5a3-45e4-af18-de0e9360e6e7",
"measurement": "nginx",
"app": "nginx",
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "a209be7f-33c6-4612-88b2-848ae402c66a",
"name": "NGINX Client Connections",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"accepts\"), 1s) AS \"accepts\", non_negative_derivative(max(\"handled\"), 1s) AS \"handled\", non_negative_derivative(max(\"active\"), 1s) AS \"active\" FROM nginx",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "0fc591ad-8541-4de3-a36e-4ae69ff954c4",
"name": "NGINX Client Errors",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"accepts\")) - non_negative_derivative(max(\"handled\")) FROM nginx",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "a1f37574-b86e-4278-8acc-ba78d3ac2e4e",
"name": "NGINX Client Requests",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"requests\"), 1s) AS \"requests\" FROM nginx",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "5b91c5b0-d270-4d03-aeae-007f2351c80c",
"name": "NGINX Active Client State",
"queries": [
{
"query": "SELECT non_negative_derivative(max(\"waiting\"), 1s) AS \"waiting\", non_negative_derivative(max(\"reading\"), 1s) AS \"reading\", non_negative_derivative(max(\"writing\"), 1s) AS \"writing\" FROM nginx",
"db": "telegraf",
"rp": "",
"groupbys": [
"\"server\""
],
"wheres": []
}
]
}
]
}