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:
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: