mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 14:53:23 +00:00
feat: add load average and virtual memory metrics
Added load average and virtual memory metrics Some optimizations
This commit is contained in:
@@ -50,7 +50,12 @@ These are the metrics this program exports, assuming the `METRICS_PREFIX` is `im
|
||||
| `immich_server_stats_videos_growth` | `sum of all videos of all users` |
|
||||
| `immich_server_stats_usage_by_users` | `the disk space each user uses` |
|
||||
| `immich_server_stats_usage_growth` | `sum of disk space taken up by all users` |
|
||||
|
||||
|
||||
| `metric name` | `description` |
|
||||
|---------------------------------------|------------------------------------------------------------------|
|
||||
| `immich_system_info_loadAverage` | `array of load average (1m, 5m 15m)` |
|
||||
| `immich_system_info_memory` | `array of memory states (Total, Available, Percent, Used, Free)` |
|
||||
|
||||
|
||||
## Screenshot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user