Skip to content
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

[FEATURE] - Monitoring added for scheduler #785

Open
uded opened this issue Oct 18, 2024 · 2 comments
Open

[FEATURE] - Monitoring added for scheduler #785

uded opened this issue Oct 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@uded
Copy link

uded commented Oct 18, 2024

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.

@uded uded added the enhancement New feature or request label Oct 18, 2024
@JohnRoesler
Copy link
Contributor

hey @uded

What sort of monitoring would you like to see from the scheduler? I agree, we could have another simple interface for SchedulerMonitor

@JohnRoesler JohnRoesler changed the title [FEATURE] - Please add descriptive title [FEATURE] - Monitoring added for scheduler Feb 17, 2025
@uded
Copy link
Author

uded commented Feb 21, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants