Observability #12
RealOrangeOne
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
A generic API could be very useful, especially with building out a common Django Admin and exposing these parts if someone wanted to integrate them into their own front end. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I agree with this - the lack of visibility of what celery is doing is one of its most annoying misfeatures. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We could also provide something for OpenTelemetry [0] to hook into for tracing. Or at least monkey-patch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's important to be able to interrogate your task queues, to understand how long tasks are taking, queue depth, and other helpful metrics for SREs.
Currently, this must be done in a backend-specific manner. However, perhaps it would be helpful to have some generic APIs provided as part of
django-tasks
to help parse the backend-specific storage into something more easily consumable?Beta Was this translation helpful? Give feedback.
All reactions