1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/docker
Mert a097e903c9
feat(server): OpenTelemetry integration (#7356)
* wip

* span class decorator

fix typing

* improvements

* noisy postgres logs

formatting

* add source

* strict string comparison

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>

* remove debug code

* execution time histogram

* remove prometheus stuff

remove prometheus data

* disable by default

disable nestjs-otel stuff by default

update imports

* re-add postgres instrumentation

formatting

formatting

* refactor: execution time histogram

* decorator alias

* formatting

* keep original method order in filesystem repo

* linting

* enable otel sdk in e2e

* actually enable otel sdk in e2e

* share exclude paths

* formatting

* fix rebase

* more buckets

* add example setup

* add envs

fix

actual fix

* linting

* update comments

* update docker env

* use more specific env

---------

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-03-12 05:19:12 +00:00
..
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
docker-compose.dev.yml feat(server): OpenTelemetry integration (#7356) 2024-03-12 05:19:12 +00:00
docker-compose.prod.yml feat(server): OpenTelemetry integration (#7356) 2024-03-12 05:19:12 +00:00
docker-compose.yml chore: linting (#7532) 2024-02-29 11:26:55 -05:00
example.env feat: use pgvecto.rs (#3605) 2023-12-08 11:15:46 -05:00
hwaccel.ml.yml docs(ml): hardware acceleration (#6821) 2024-01-31 19:12:57 -06:00
hwaccel.transcoding.yml feat(server): hardware HDR tonemapping for RKMPP (#7655) 2024-03-08 21:17:26 -05:00
prometheus.yml feat(server): OpenTelemetry integration (#7356) 2024-03-12 05:19:12 +00:00
README.md chore: add warning to compose file and readme (#5123) 2023-11-18 11:43:10 -06:00

Caution

Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

The compose file on main may not be compatible with the latest release.