Skip to content

Commit

Permalink
Merge pull request #136 from Brandon-Kimberly/main
Browse files Browse the repository at this point in the history
Fix refresh inteval on Grafana dashboards (60s->1m)
  • Loading branch information
mhausenblas committed Apr 30, 2024
2 parents b8528ba + 59368db commit eec29f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@
"type": "timeseries"
}
],
"refresh": "60s",
"refresh": "1m",
"revision": 1,
"schemaVersion": 38,
"style": "dark",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"type": "timeseries"
}
],
"refresh": "60s",
"refresh": "1m",
"revision": 1,
"schemaVersion": 38,
"style": "dark",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2989,7 +2989,7 @@
"type": "table"
}
],
"refresh": "60s",
"refresh": "1m",
"revision": 1,
"schemaVersion": 38,
"style": "dark",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@
}
}
],
"refresh": "60s",
"refresh": "1m",
"schemaVersion": 35,
"style": "dark",
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@
"type": "timeseries"
}
],
"refresh": "60s",
"refresh": "1m",
"schemaVersion": 35,
"style": "dark",
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@
"type": "timeseries"
}
],
"refresh": "60s",
"refresh": "1m",
"schemaVersion": 35,
"style": "dark",
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@
"type": "timeseries"
}
],
"refresh": "60s",
"refresh": "1m",
"schemaVersion": 35,
"style": "dark",
"tags": [
Expand Down

0 comments on commit eec29f7

Please sign in to comment.