Skip to content

Commit

Permalink
fix: broken link on monitoring page (#15478)
Browse files Browse the repository at this point in the history
* fix: broken link on monitoring page

* use absolute link
  • Loading branch information
jsloyer authored Jan 21, 2025
1 parent 1d0d4fc commit 887267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/features/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ After bringing down the containers with `docker compose down` and back up with `
:::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.
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
Expand Down

0 comments on commit 887267b

Please sign in to comment.