Monitoring failed jobs % for production deployment

We are about to deploy our first Hangfire-based feature. And we need to monitor it now. What is the best way to get failed job % out of Hangfire? Hangfire dashboard has access to this information, but I can’t find a method/class that would give that information.

Please advise.

Alex

Hi Alex,

Please see this:
https://github.com/HangfireIO/Hangfire/blob/master/src/Hangfire.Core/Storage/IMonitoringApi.cs

Example: