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

Expose worker metrics for prometheus #1596

Closed
debelyoo opened this issue Sep 27, 2021 · 0 comments · Fixed by #2428
Closed

Expose worker metrics for prometheus #1596

debelyoo opened this issue Sep 27, 2021 · 0 comments · Fixed by #2428
Assignees
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@debelyoo
Copy link

Use case

Metrics are required to monitor properly the workers. By metrics, I mean numbers about the following things:

  • processed messages rate
  • error rate
  • error rate by error type

The metrics should be then used to feed monitoring dashboards (i.e. Grafana dashboards).

Current Workaround

n/a

Proposed Solution

I propose to expose metrics for prometheus and use https://github.com/prometheus/client_python for that.

Additional Information

n/a

If the feature request is approved, would you be willing to submit a PR?

Yes

@debelyoo debelyoo added the feature use for describing a new feature to develop label Sep 27, 2021
@SamuelHassine SamuelHassine added this to the Release 5.0.2 milestone Oct 11, 2021
@richard-julien richard-julien linked a pull request Oct 4, 2022 that will close this issue
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Oct 7, 2022
@SamuelHassine SamuelHassine reopened this Oct 9, 2022
@SamuelHassine SamuelHassine removed the solved use to identify issue that has been solved (must be linked to the solving PR) label Oct 9, 2022
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants