Compare commits

...

2 Commits

Author SHA1 Message Date
72bf34dac1 change tool tip 2025-07-14 22:40:50 -05:00
52e2e49adb fix panels 2025-07-14 22:37:34 -05:00
2 changed files with 29 additions and 13 deletions

View File

@@ -16,7 +16,10 @@
]
},
"editable": false,
"graphTooltip": 0,
"fiscalYearStartMonth": 0,
"graphTooltip": 2,
"id": 267,
"links": [],
"panels": [
{
"collapsed": false,
@@ -129,7 +132,7 @@
"editorMode": "code",
"expr": "avg_over_time(atmp{id=\"$id\"}[$__interval])",
"instant": false,
"legendFormat": "{{sensor_location}}",
"legendFormat": "{{id}}",
"range": true,
"refId": "A"
}
@@ -375,7 +378,7 @@
"editorMode": "code",
"expr": "avg_over_time(rhum{id=\"$id\"}[$__interval])",
"instant": false,
"legendFormat": "{{sensor_location}}",
"legendFormat": "{{id}}",
"range": true,
"refId": "A"
}
@@ -492,7 +495,7 @@
"editorMode": "code",
"expr": "rco2{id=\"$id\"}",
"instant": false,
"legendFormat": "{{sensor_location}}",
"legendFormat": "{{id}}",
"range": true,
"refId": "A"
}
@@ -772,7 +775,7 @@
"editorMode": "code",
"expr": "pm02{id=\"$id\"}",
"instant": false,
"legendFormat": "{{sensor_location}}",
"legendFormat": "{{id}}",
"range": true,
"refId": "A"
}
@@ -782,6 +785,8 @@
}
],
"preload": true,
"refresh": "",
"schemaVersion": 41,
"tags": ["airgradient", "iot"],
"templating": {
"list": [
@@ -829,8 +834,9 @@
"from": "now-24h",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "Airgradient",
"uid": "fdf2b7afrjsw0f",
"version": 4
"version": 6
}

View File

@@ -16,7 +16,10 @@
]
},
"editable": false,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 271,
"links": [],
"panels": [
{
"datasource": {
@@ -139,7 +142,6 @@
"y": 3
},
"id": 12,
"maxDataPoints": 100,
"options": {
"colorMode": "value",
"graphMode": "none",
@@ -427,7 +429,6 @@
"y": 8
},
"id": 13,
"maxDataPoints": 100,
"options": {
"colorMode": "value",
"graphMode": "none",
@@ -508,7 +509,6 @@
"y": 14
},
"id": 5,
"maxDataPoints": 100,
"options": {
"colorMode": "value",
"graphMode": "none",
@@ -617,7 +617,9 @@
"calcs": ["lastNotNull"],
"displayMode": "table",
"placement": "right",
"showLegend": true
"showLegend": true,
"sortBy": "Last *",
"sortDesc": true
},
"tooltip": {
"hideZeros": false,
@@ -690,7 +692,6 @@
"y": 20
},
"id": 6,
"maxDataPoints": 100,
"options": {
"colorMode": "value",
"graphMode": "none",
@@ -800,7 +801,9 @@
"calcs": ["lastNotNull"],
"displayMode": "table",
"placement": "right",
"showLegend": true
"showLegend": true,
"sortBy": "Last *",
"sortDesc": true
},
"tooltip": {
"hideZeros": false,
@@ -834,6 +837,8 @@
}
],
"preload": true,
"refresh": "",
"schemaVersion": 41,
"tags": ["platform", "storage", "external"],
"templating": {
"list": [
@@ -873,6 +878,10 @@
"text": "gitea-backups-8ba8dae3674a2f53354c600e",
"value": "gitea-backups-8ba8dae3674a2f53354c600e"
},
"datasource": {
"type": "prometheus",
"uid": "kube-prometheus-stack"
},
"definition": "label_values({s3name=\"$s3name\"},bucketname)",
"includeAll": false,
"label": "Bucket",
@@ -893,8 +902,9 @@
"from": "now-24h",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "S3 Storage",
"uid": "lWiqj7tWk",
"version": 2
"version": 4
}