feat(server): add more prometheus metrics
Implementation of #11069
Added the following metrics:
- immich_users_deleted_total
- immich_host_version
- immich_host_version_latest
in progress...
Where could I get the user created metric?
Probably https://github.com/immich-app/immich/blob/d23aa5e8e21bc3049fa65102582105025469a24a/server/src/cores/user.core.ts#L28
Probably
https://github.com/immich-app/immich/blob/d23aa5e8e21bc3049fa65102582105025469a24a/server/src/cores/user.core.ts#L28
Ok, I thought there was a better option. Ty
I'm going to close this as it's an old draft PR. If you ever get around to completing this and rebasing against main, please feel free to open a new PR!