ActionSummary.action_cache_statistics
ActionSummary.action_data
Contains the top N actions by number of actions executed.
ActionSummary.actions_created
The total number of actions created and registered during the build, including both aspects and configured targets. This metric includes unused actions that were constructed but not executed during this build. It does not include actions that were created on prior builds that are still valid, even if those actions had to be re-executed on this build. For the total number of actions that would be created if this invocation were “clean”, see BuildGraphMetrics below.
ActionSummary.actions_created_not_including_aspects
The total number of actions created this build just by configured targets. Used mainly to allow consumers of actions_created, which used to not include aspects’ actions, to normalize across the Blaze release that switched actions_created to include all created actions.
ActionSummary.actions_executed
The total number of actions executed during the build. This includes any remote cache hits, but excludes local action cache hits.

