feat: governor limit reporting#624
Merged
lcottercertinia merged 18 commits intoJun 7, 2025
Merged
Conversation
Displays better in VSCode market place
Makes it much easier to see and understand the governor limits for each namespace
Previously the were hidden (as details) because the had 0 total time.
…e events This displays better in the call tree
Makes it possible to filter by namespace and see only the limit usage for that namespace.
Smaller dom size
new prop on `ApexLog` called `governorLimits` which has the total governors used. This is a sum across all namesspaces. There is also a map `limitsByNamespace` which has the limits used in each namespace.
- new styling - better size to fit within timeline - right align values to make them easier to read
e.g 100/1000 for dml
e.g 100/1000 for dml 1500/10000 ms (self 500) for time
Make it easier to access and makes more sense.
lcottercertinia
approved these changes
Jun 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 PR Overview
-show tooltip on call tree and analysis grid to show Governor totals e.g 4000/10000 for dml rows.
🧩 Type of change (check all applicable)
📷 Screenshots / gifs / video [optional]
Show off your UI changes.
🔗 Related Issues
fixes #
resolves #308
resolves #309
closes #
related #
✅ Tests added?
📚 Docs updated?
Anything else we need to know? [optional]