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

Metric showing in progress tasks and celery_task_total inconsistency #31

Open
Lameorc opened this issue Sep 24, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Lameorc
Copy link

Lameorc commented Sep 24, 2020

Hi,

The readme seems to suggest that the celery_tasks_total is a gauge but it's implemented as a Counter.

Is there any plan to "revert" this to a gauge showing the inflight tasks in each state currently? Or even introduce a new metric that covers this use case.

Thanks

@SharpEdgeMarshall SharpEdgeMarshall added the bug Something isn't working label Apr 29, 2021
@SharpEdgeMarshall
Copy link
Contributor

SharpEdgeMarshall commented Apr 29, 2021

celery_total_task should be reported as Counter in documentation.

We could consider a gauge version for actual queue length like asked in #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants