-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docs): microservices be gone #9558
Conversation
| `IMMICH_JOB_METRICS` | Toggle metrics for jobs and queues (one of [`true`, `false`]) | | server, microservices | | ||
| Variable | Description | Default | Services | Worker | | ||
| :----------------------------- | :-------------------------------------------------------------------------------------------- | :-----: | :------- | :----------------- | | ||
| `IMMICH_METRICS`<sup>\*1</sup> | Toggle all metrics (one of [`true`, `false`]) | | server | api, microservices | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the microservices actually use metrics?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Speaking of, that's a good point. @zackpollard how does having api and microservices in one container interact with the otel metrics system?
There are two conflicts that are tricky to fix but I have included all the new changes in this PR, so it should be OK to merge. |
Looks great, thanks! |
We can merge this, right? @zackpollard |
No description provided.