-
Notifications
You must be signed in to change notification settings - Fork 96
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
Can't get metrics despite following instructions #117
Comments
🤷 |
No seriously, a troubleshooting guide will be helpful. I'm using the latest helm chart.
The broker is redis. The exporter can connect to the broker. Tasks are run. When running the below inside the exporter container: curl localhost:9808/metrics All metrics are empty (not even 0) except the queue size returning 0:
Container logs:
It is unclear to me which settings should be put in the exporter other than the below:
|
@danihodovic It was caused by the serializer for events (tasks & results) being pickle. Once changed to json, it started reporting right away. Is this a bug/limitation of the exporter or a just missing documentation? |
@hammady can you please share the changes. I am facing similar issue with the latest release of exporter. |
May be late to comment, but this worked for me app.conf.worker_send_task_events = True |
Can you reproduce this in v0.10.12? |
I followed all the steps but can't get the metrics.Any help @danihodovic
The text was updated successfully, but these errors were encountered: