I've seen suggestions for using JobStorage.Current.GetMonitoringApi() to get information and statistics about Hangfire Jobs. The issue is that this no documentation for IMonitoringApi.
I'm having a hard time figuring out what IMonitoringApi can and cannot do.

I've seen suggestions for using
JobStorage.Current.GetMonitoringApi()to get information and statistics about Hangfire Jobs. The issue is that this no documentation forIMonitoringApi.I'm having a hard time figuring out what
IMonitoringApican and cannot do.