From c963fce7da4b2e41cf75dda117cbbfe477f18d29 Mon Sep 17 00:00:00 2001 From: friendly Friend Date: Sat, 18 Mar 2023 23:49:17 -0700 Subject: [PATCH] grafana fix usage+growth --- grafana/dashboard-immich.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grafana/dashboard-immich.json b/grafana/dashboard-immich.json index 3c8cc75..f43d21f 100644 --- a/grafana/dashboard-immich.json +++ b/grafana/dashboard-immich.json @@ -517,7 +517,7 @@ }, "editorMode": "code", "exemplar": false, - "expr": "increase(immich_server_stats_useage_growth[24h])", + "expr": "increase(immich_server_stats_usage_growth[24h])", "instant": false, "legendFormat": "__auto", "range": true, @@ -582,7 +582,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "increase(immich_server_stats_useage_growth[7d])", + "expr": "increase(immich_server_stats_usage_growth[7d])", "legendFormat": "__auto", "range": true, "refId": "A" @@ -713,7 +713,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "increase(immich_server_stats_useage_growth[30h])", + "expr": "increase(immich_server_stats_usage_growth[30h])", "legendFormat": "__auto", "range": true, "refId": "A" @@ -777,7 +777,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "increase(immich_server_stats_useage_growth[365d])", + "expr": "increase(immich_server_stats_usage_growth[365d])", "legendFormat": "__auto", "range": true, "refId": "A"