From 897923fd96b1482a52a98b219de56816c9a5f5f3 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Sun, 11 Jul 2021 05:46:30 +0300
Subject: [PATCH] Update Borg Backups dashboard

Mark "Free Space (Hetzner)" metric as instant for faster updates.
---
 roles/grafana/files/dashboards/backups.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/roles/grafana/files/dashboards/backups.json b/roles/grafana/files/dashboards/backups.json
index 6bd9d015c..a58ea0f96 100644
--- a/roles/grafana/files/dashboards/backups.json
+++ b/roles/grafana/files/dashboards/backups.json
@@ -15,7 +15,6 @@
   "editable": true,
   "gnetId": null,
   "graphTooltip": 0,
-  "id": 47,
   "links": [],
   "panels": [
     {
@@ -176,11 +175,12 @@
         "showThresholdMarkers": true,
         "text": {}
       },
-      "pluginVersion": "8.0.3",
+      "pluginVersion": "8.0.5",
       "targets": [
         {
           "exemplar": true,
           "expr": "hetzner_storage_box_free_bytes{instance=\"monitoring.archlinux.org\"}",
+          "instant": true,
           "interval": "",
           "legendFormat": "",
           "queryType": "randomWalk",
@@ -378,5 +378,5 @@
   "timezone": "",
   "title": "Borg Backups",
   "uid": "Rnqpymznz",
-  "version": 30
-}
\ No newline at end of file
+  "version": 33
+}
-- 
GitLab