Skip to content

Commit

Permalink
fix grafana service instances api version panel query bug
Browse files Browse the repository at this point in the history
The query did not include the service instance, thus the wrong
information was displayed if running multiple instances.
  • Loading branch information
greenstatic committed May 24, 2020
1 parent ef71036 commit c2a014e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions extras/dashboards/server_instance_netdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": 13,
"iteration": 1590090081406,
"iteration": 1590359835924,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -284,7 +284,7 @@
"tableColumn": "version",
"targets": [
{
"expr": "bbb_exporter",
"expr": "bbb_exporter{instance=\"$instance\"}",
"format": "table",
"instant": true,
"interval": "",
Expand Down Expand Up @@ -1817,5 +1817,5 @@
"variables": {
"list": []
},
"version": 8
"version": 9
}
6 changes: 3 additions & 3 deletions extras/dashboards/server_instance_node_exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": 10,
"iteration": 1590090113793,
"iteration": 1590359881274,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -284,7 +284,7 @@
"tableColumn": "version",
"targets": [
{
"expr": "bbb_exporter",
"expr": "bbb_exporter{instance=\"$instance\"}",
"format": "table",
"instant": true,
"interval": "",
Expand Down Expand Up @@ -1817,5 +1817,5 @@
"variables": {
"list": []
},
"version": 12
"version": 13
}

0 comments on commit c2a014e

Please sign in to comment.