Skip to content

Commit

Permalink
[BUGFIX] Define explicit query intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Sep 13, 2024
1 parent 84e26ac commit fcd6962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"y": 0
},
"id": 1,
"interval": "5s",
"options": {
"legend": {
"calcs": [
Expand Down Expand Up @@ -266,6 +267,7 @@
"y": 2
},
"id": 2,
"interval": "5s",
"options": {
"minVizHeight": 92,
"minVizWidth": 75,
Expand Down Expand Up @@ -352,6 +354,7 @@
"y": 7
},
"id": 3,
"interval": "30s",
"options": {
"colorMode": "value",
"graphMode": "area",
Expand Down Expand Up @@ -421,6 +424,7 @@
"y": 10
},
"id": 4,
"interval": "30s",
"options": {
"colorMode": "value",
"graphMode": "area",
Expand Down Expand Up @@ -492,6 +496,7 @@
"y": 14
},
"id": 6,
"interval": "5s",
"options": {
"colorMode": "value",
"graphMode": "area",
Expand Down

0 comments on commit fcd6962

Please sign in to comment.