mirror of
https://github.com/immich-app/immich.git
synced 2025-03-31 21:29:38 +02:00
fix: broken link on monitoring page (#15478)
* fix: broken link on monitoring page * use absolute link
This commit is contained in:
parent
1d0d4fc281
commit
887267b133
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ After bringing down the containers with `docker compose down` and back up with `
|
||||||
:::note
|
:::note
|
||||||
To see exactly what metrics are made available, you can additionally add `8081:8081` to the server container's ports and `8082:8082` to the microservices container's ports.
|
To see exactly what metrics are made available, you can additionally add `8081:8081` to the server container's ports and `8082:8082` to the microservices container's ports.
|
||||||
Visiting the `/metrics` endpoint for these services will show the same raw data that Prometheus collects.
|
Visiting the `/metrics` endpoint for these services will show the same raw data that Prometheus collects.
|
||||||
To configure these ports see [`IMMICH_API_METRICS_PORT` & `IMMICH_MICROSERVICES_METRICS_PORT`](../install/environment-variables/#general).
|
To configure these ports see [`IMMICH_API_METRICS_PORT` & `IMMICH_MICROSERVICES_METRICS_PORT`](/docs/install/environment-variables/#general).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
Loading…
Add table
Reference in a new issue