You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite happy with the Monitor [#317] implementation for jobs, really simple to implement Prometheus metrics.
But...
I still need a method to monitor the scheduler. It would be nice to get information about the number of jobs and queued jobs in the scheduler. Currently, such an implementation would require a rather nasty hook to the metrics endpoint or something similar.
IMHO, the best solution would be to have some event listeners or SchedulerMonitor.
The text was updated successfully, but these errors were encountered:
Honestly, I've wrapped up my implementation, added some magic to monitor it, and forgot about it. I would have to resurrect that code to remember where I had issues. Been a while since I last worked on it, like 4 months or so...
I am quite happy with the Monitor [#317] implementation for jobs, really simple to implement Prometheus metrics.
But...
I still need a method to monitor the scheduler. It would be nice to get information about the number of jobs and queued jobs in the scheduler. Currently, such an implementation would require a rather nasty hook to the metrics endpoint or something similar.
IMHO, the best solution would be to have some event listeners or SchedulerMonitor.
The text was updated successfully, but these errors were encountered: