grafana fix usage+growth
This commit is contained in:
parent
2000cf64e8
commit
c963fce7da
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue