Files
dashboardAPI/config/monster.json

171 lines
3.7 KiB
JSON
Raw Normal View History

2025-05-26 17:44:56 +02:00
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
2025-05-26 17:44:56 +02:00
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"graphTooltip": 0,
2026-01-13 14:29:43 +01:00
"id": null,
2025-05-26 17:44:56 +02:00
"links": [],
"panels": [
{
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 1,
"title": "Realtime Sampling (Monster)",
"type": "row"
},
{
"datasource": {
"type": "influxdb",
"uid": "cdzg44tv250jkd"
},
"gridPos": {
"h": 5,
"w": 8,
"x": 0,
"y": 1
},
2025-05-26 17:44:56 +02:00
"id": 2,
"options": {
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "/.*/"
},
"colorMode": "value",
"graphMode": "none"
},
2025-05-26 17:44:56 +02:00
"targets": [
{
"query": "from(bucket: \"${bucket}\")\n |> range(start: -30d)\n |> filter(fn:(r) => r._measurement==\"${measurement}\" and (r._field==\"running\" or r._field==\"pulse\"))\n |> group(columns:[\"_field\"])\n |> last()\n |> drop(columns:[\"_time\",\"_start\",\"_stop\"])",
2025-05-26 17:44:56 +02:00
"refId": "A"
}
],
2026-01-13 14:29:43 +01:00
"title": "Running / Pulse (last)",
2025-05-26 17:44:56 +02:00
"type": "stat"
},
{
"datasource": {
"type": "influxdb",
"uid": "cdzg44tv250jkd"
},
"fieldConfig": {
"defaults": {
"unit": "none"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 16,
"x": 8,
"y": 1
},
2025-05-26 17:44:56 +02:00
"id": 3,
"options": {
"legend": {
"displayMode": "list",
"placement": "bottom"
}
},
2025-05-26 17:44:56 +02:00
"targets": [
{
"query": "from(bucket: \"${bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement==\"${measurement}\" and (r._field==\"bucketVol\" or r._field==\"sumPuls\" or r._field==\"q\"))\n |> group(columns:[\"_field\"])\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)",
2025-05-26 17:44:56 +02:00
"refId": "A"
}
],
2026-01-13 14:29:43 +01:00
"title": "Bucket / Pulses / Flow (q)",
2025-05-26 17:44:56 +02:00
"type": "timeseries"
}
],
"schemaVersion": 39,
"tags": [
"EVOLV",
"monster",
"template"
],
2025-05-26 17:44:56 +02:00
"templating": {
"list": [
{
"name": "dbase",
2026-01-13 14:29:43 +01:00
"type": "custom",
"label": "dbase",
"query": "cdzg44tv250jkd",
"current": {
"text": "cdzg44tv250jkd",
"value": "cdzg44tv250jkd",
"selected": false
},
"options": [
{
"text": "cdzg44tv250jkd",
"value": "cdzg44tv250jkd",
"selected": true
}
],
2026-01-13 14:29:43 +01:00
"hide": 2
2025-05-26 17:44:56 +02:00
},
{
"name": "measurement",
2026-01-13 14:29:43 +01:00
"type": "custom",
"query": "template",
"current": {
"text": "template",
"value": "template",
"selected": false
},
"options": [
{
"text": "template",
"value": "template",
"selected": true
}
]
2025-05-26 17:44:56 +02:00
},
{
"name": "bucket",
2026-01-13 14:29:43 +01:00
"type": "custom",
"query": "lvl2",
"current": {
"text": "lvl2",
"value": "lvl2",
"selected": false
},
"options": [
{
"text": "lvl2",
"value": "lvl2",
"selected": true
}
]
2025-05-26 17:44:56 +02:00
}
]
},
"time": {
"from": "now-24h",
"to": "now"
},
2026-01-13 14:29:43 +01:00
"timezone": "",
"title": "template",
"uid": null,
"version": 1
}