Add native performance metrics for GitHub Actions (e.g., average job duration, percentiles, trends) #191140
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This is a much-needed suggestion. Currently, the "Actions Usage Metrics" are almost entirely focused on billing and consumption, which doesn't help at all when trying to identify bottlenecks or optimize CI performance. Until GitHub adds this natively, the only real workarounds are:
(If this clarifies the current situation and workarounds, please Mark as Answer.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Metrics & Insights
Discussion Details
Hello,
I would like to suggest improvements to the observability and performance insights available for workflows and jobs. Currently, while individual job durations are visible in each workflow run, there is no built-in way to access aggregated performance metrics such as:
The existing "Actions Usage Metrics" section provides useful insights into billing and total usage, but it is primarily focused on consumption (e.g., total minutes used) rather than performance. It does not provide the level of detail needed to understand CI efficiency or identify bottlenecks.
Use case:
As a maintainer, I want to understand how long my workflows and jobs take on average and how this evolves over time, so I can optimize CI performance and improve developer experience.
Suggested solution:
Today, achieving this requires building custom tooling on top of the API or relying on third-party integrations, which adds unnecessary complexity.
Having these insights available natively would significantly improve CI observability and help maintainers and teams better manage performance.
Thank you for considering this feature!
Beta Was this translation helpful? Give feedback.
All reactions