chronograf/canned/win_websvc.json

34 lines
792 B
JSON
Raw Normal View History

2016-11-08 03:56:09 +00:00
{
"id": "c7644755-505d-46f0-b278-5c29268293b2",
"measurement": "win_websvc",
2016-11-10 23:01:47 +00:00
"app": "iis",
"autoflow": true,
2016-11-08 03:56:09 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
2016-11-08 03:56:09 +00:00
"i": "3539e3c3-ac15-49d3-9de8-64cd514588ca",
2016-11-11 20:40:19 +00:00
"name": "IIS - Service",
2016-11-08 03:56:09 +00:00
"queries": [
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"Get_Requests_persec\") AS \"gets\" FROM win_websvc",
2016-11-08 03:56:09 +00:00
"groupbys": [],
"wheres": []
},
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"Post_Requests_persec\") AS \"posts\" FROM win_websvc",
2016-11-08 03:56:09 +00:00
"groupbys": [],
"wheres": []
},
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"Current_Connections\") AS \"connections\" FROM win_websvc",
2016-11-08 03:56:09 +00:00
"groupbys": [],
"wheres": []
}
]
}
]
}