-
Notifications
You must be signed in to change notification settings - Fork 37
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
Task's queue is 'undefined' #21
Comments
We have the same problem:
queue="celery" is wrong, we don't have celery queue with such a name. Same with the queue="undefined". I checked how our Celery task events look like and it seems, that they are ok and contain all expected data. Example of out task-received event:
I have also noticed that I have not received any task-sent events, I run the exporter with |
We are aware of this bug it's not easy to refresh the queue list in real time. |
Having the same issue:
|
having the same issue, does anyone know how to fix this? |
I have try added the following settings.
and send the task with following command however it seems like the metrics created the queue with name=undefined.
|
Same here; all queues except |
By some reason the output is the following:
All recorded tasks have queue as "undefined".
The text was updated successfully, but these errors were encountered: