Files
prometheus-immich-exporter/grafana/README.md
Oleksiy Fomenko 28326160d4 feat: add load average and virtual memory metrics
Added load average and virtual memory metrics
Some optimizations
2024-06-15 19:50:32 -04:00

23 lines
647 B
Markdown

# Grafana dashboard
## Import
To import the dashboard into your grafana, download the [dashboard.json](./dashboard-immich.json) file and import it into your server. Select your prometheus instance and that should be all.
The graphs can be customized in their relative time. Mind that it takes time to populate them if you set relative time to monthly or yearly
| Relative time | entry |
|--------------------------|----------|
| `the current day so far` | `now/d` |
| `the current week` | `now/w` |
| `current month` | `now/M` |
| `current year` | `now/y` |
## Screenshot
![](./screenshot.png)