Skip to content

Commit

Permalink
update dashboards and fix mqtt issue
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Eroglu <[email protected]>
  • Loading branch information
hasanheroglu committed Sep 20, 2024
1 parent 5b05af7 commit 49f12f4
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 290 deletions.
16 changes: 12 additions & 4 deletions conf/grafana/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,15 @@
},
{
"id": "convertFieldType",
"options": {}
"options": {
"conversions": [
{
"destinationType": "number",
"targetField": "Value"
}
],
"fields": {}
}
}
],
"type": "stat"
Expand Down Expand Up @@ -805,7 +813,7 @@
"refId": "A"
}
],
"title": "HTTP Express Calculator Add Action Input",
"title": "HTTP Express Calculator Subtract Action Input",
"transformations": [
{
"id": "extractFields",
Expand Down Expand Up @@ -894,7 +902,7 @@
"refId": "A"
}
],
"title": "HTTP Express Calculator Add Action Output",
"title": "HTTP Express Calculator Subtract Action Output",
"transformations": [
{
"id": "extractFields",
Expand Down Expand Up @@ -929,6 +937,6 @@
"timezone": "browser",
"title": "HTTP Services",
"uid": "bdwzocnv714hsd",
"version": 5,
"version": 6,
"weekStart": ""
}
Loading

0 comments on commit 49f12f4

Please sign in to comment.