mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 23:03:22 +00:00
tools: uv + Bruno + compose file
Use uv to handle project Add a Bruno collection to tests API calls Add a compose.yaml file to run with docker
This commit is contained in:
@@ -52,6 +52,13 @@ The application reads configuration using environment variables:
|
||||
| `EXPORTER_LOG_LEVEL` | `INFO` | Log level. One of: `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL` |
|
||||
| `METRICS_PREFIX` | `immich` | Prefix to add to all the metrics |
|
||||
|
||||
## Local run
|
||||
|
||||
You can use [uv] to run the script:
|
||||
|
||||
```sh
|
||||
$ uv run --env-file .env immich_exporter
|
||||
```
|
||||
|
||||
## Metrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user