Varken/dashboard/example_panels/ombi_requests_pending.json
2018-11-13 15:20:14 -05:00

107 lines
1.9 KiB
JSON

{
"cacheTimeout": null,
"colorBackground": true,
"colorValue": false,
"colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"rgba(212, 74, 58, 0.58)"
],
"datasource": "influxdb",
"format": "none",
"gauge": {
"maxValue": 40,
"minValue": 0,
"show": false,
"thresholdLabels": false,
"thresholdMarkers": true
},
"gridPos": {
"h": 3,
"w": 2,
"x": 20,
"y": 0
},
"id": 8,
"interval": null,
"links": [
{
"targetBlank": true,
"title": "Ombi",
"type": "absolute",
"url": "https://request.server.com/requests"
}
],
"mappingType": 1,
"mappingTypes": [
{
"name": "value to text",
"value": 1
},
{
"name": "range to text",
"value": 2
}
],
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
"prefixFontSize": "50%",
"rangeMaps": [
{
"from": "null",
"text": "N/A",
"to": "null"
}
],
"sparkline": {
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
},
"tableColumn": "",
"targets": [
{
"dsType": "influxdb",
"groupBy": [],
"measurement": "Ombi",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"pending"
],
"type": "field"
}
]
],
"tags": [
{
"key": "type",
"operator": "=",
"value": "Request_Counts"
}
]
}
],
"thresholds": ".5,5",
"title": "Req. Pending",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [
{
"op": "=",
"text": "N/A",
"value": "null"
}
],
"valueName": "current"
}