Is there a specific app that people have found useful when monitoring their API usage w/in a 24 hour window? We hit a limit a couple months back and we need to monitor our system better. What is the best way to manage/report performance analysis and identify the longest running jobs/synchronous calls? What is the best way to identify the top 10 offenders of our internal making?
Hi @James Hartless ,
Check Your Event Monitoring Logs If Available
If you’ve purchased the stand alone Event Monitoring Logs add-on or have it through Platform Shield, great! You have access to lots of valuable information. Using the Salesforce Event Log File Browser, which in my head have nicknamed ELF, one can browse your org’s events including the ConcurrentLongRunningApexLimit event and see each time it occurred and for whom. Concurrent Long-Running Apex Limit Event Type Documentation
https://metillium.com/2020/10/salesforce-concurrent-long-running-apex-limit-troubleshooting/
Limits(REST API )
Lists information about limits in your org. For each limit, this resource returns the maximum allocation and the remaining allocation based on usage.
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm