Skip to content
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

Add prometheus metrics #83

Closed
danielballan opened this issue Sep 10, 2021 · 8 comments · Fixed by #388
Closed

Add prometheus metrics #83

danielballan opened this issue Sep 10, 2021 · 8 comments · Fixed by #388

Comments

@danielballan
Copy link
Member

Draw inspiration from https://docs.dask.org/en/latest/setup/prometheus.html. Exposing gc metrics in particular seems a good idea.

@dylanmcreynolds dylanmcreynolds self-assigned this Sep 10, 2021
@dylanmcreynolds
Copy link
Contributor

I love this.

@dylanmcreynolds
Copy link
Contributor

What about also exposing time spent processing requests?

@danielballan
Copy link
Member Author

Might also be use to count socket and file system reads.

@danielballan
Copy link
Member Author

I wonder if it’s appropriate to use Python audit hooks for that kind of performance tracing.

@danielballan
Copy link
Member Author

We needed to start capturing metrics urgently to make sense of some user reports, so I rushed something into main. Needs docs and refinement.

@danielballan
Copy link
Member Author

The socket and file usage can be observed through a generic node_exporter. I don’t think we need the Tiled application to do anything special there.

Still needs docs.

@danielballan
Copy link
Member Author

@danielballan
Copy link
Member Author

Evidently podman-compose does not support --scale. It seems to silently ignore it, as reported here: containers/podman-compose#267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants