fix garage_decke: Grafana-Math refIds A/B im Verlauf
KD_A/KD_B hießen anders als $A/$B in Expressions → No Data im Chart.
This commit is contained in:
parent
5dd791aae0
commit
c03850e465
1 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"timezone": "browser",
|
||||
"schemaVersion": 39,
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"refresh": "30s",
|
||||
"panels": [
|
||||
{
|
||||
|
|
@ -497,7 +497,7 @@
|
|||
},
|
||||
"targets": [
|
||||
{
|
||||
"refId": "KD_A",
|
||||
"refId": "A",
|
||||
"datasource": {
|
||||
"type": "influxdb",
|
||||
"uid": "ffptl25vzylfke"
|
||||
|
|
@ -507,7 +507,7 @@
|
|||
"hide": true
|
||||
},
|
||||
{
|
||||
"refId": "KD_B",
|
||||
"refId": "B",
|
||||
"datasource": {
|
||||
"type": "influxdb",
|
||||
"uid": "ffptl25vzylfke"
|
||||
|
|
@ -1072,7 +1072,7 @@
|
|||
},
|
||||
"targets": [
|
||||
{
|
||||
"refId": "KD_A",
|
||||
"refId": "A",
|
||||
"datasource": {
|
||||
"type": "influxdb",
|
||||
"uid": "ffptl25vzylfke"
|
||||
|
|
@ -1082,7 +1082,7 @@
|
|||
"hide": true
|
||||
},
|
||||
{
|
||||
"refId": "KD_B",
|
||||
"refId": "B",
|
||||
"datasource": {
|
||||
"type": "influxdb",
|
||||
"uid": "ffptl25vzylfke"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue