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

Add additional Hangfire-related Metrics #11

Open
lukevp opened this issue Aug 21, 2020 · 0 comments
Open

Add additional Hangfire-related Metrics #11

lukevp opened this issue Aug 21, 2020 · 0 comments

Comments

@lukevp
Copy link

lukevp commented Aug 21, 2020

It would be super useful if we could measure some additional metrics that are very Hangfire-related:

  • How many worker queues does a given server have (scale degree of chart)
  • How many queues are currently processing jobs (updates at check interval)
  • How many total jobs have been processed (maybe useful as a counter and not as a graph)
  • What is the average execution time of each job
  • Available/Unavailable state (times where the hangfire server was not reachable)

It would be cool if it was possible to write a handler that returns custom key/value pairs that can be graphed by the frontend module.

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

No branches or pull requests

1 participant