-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from nsg/bump/v1.119.0
Bump v1.119.0
- Loading branch information
Showing
8 changed files
with
46 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.118.2 | ||
v1.119.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Metrics | ||
|
||
Immich supports Prometheus based metrics. You can read more about them over at the [official Immich documentation](https://immich.app/docs/features/monitoring/). You can configure the metrics via two configuration keys. `metrics-telemetry-include` and `metrics-telemetry-exclude`. They map to the environment variables `IMMICH_TELEMETRY_INCLUDE` and `IMMICH_TELEMETRY_EXCLUDE` [documented here](https://immich.app/docs/install/environment-variables#prometheus). | ||
|
||
## Examples | ||
|
||
```sh title="Enable all metrics" | ||
sudo snap set immich-distribution metrics-telemetry-include="all" | ||
``` | ||
|
||
```sh title="Enable only api metrics" | ||
sudo snap set immich-distribution metrics-telemetry-include="api" | ||
``` | ||
|
||
```sh title="Enable all, except api metrics" | ||
sudo snap set immich-distribution metrics-telemetry-include="all" | ||
sudo snap set immich-distribution metrics-telemetry-exclude="api" | ||
``` | ||
|
||
Mix and match as you see please, available options are `host`, `api`, `io`, `repo`, `job`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
date: 2024-10-28 | ||
author: [nsg] | ||
--- | ||
|
||
# Breaking change in Metrics Configuration | ||
|
||
The upstream Immich project has changed the configuration format for metrics in the [v1.119.0 release](https://github.com/immich-app/immich/releases/tag/v1.119.0). You will be affected if you have enabled `metrics-enabled` and configured `metrics-api-enabled`, `metrics-host-enabled`, `metrics-io-enabled` or `metrics-job-enabled` to limit collected telemetries. | ||
|
||
Check out the [metrics documentation](/configuration/metrics) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters