Currently, we are using Amazon Event Bridge to monitor all the jobs and calculate the jobs and builds duration. We want to find a way to measure the execution time of a “group step” ( Group step | Buildkite Documentation ) For example, we group all the build steps together under the build group. Then we group all the test steps together under test group. We want to find out the “group” time.
However, inside the Amazon Event Bridge Buildkite Event, it does not have the group information. What is the best way to get the group execution time?