Add native performance metrics for GitHub Actions (e.g., average job duration, percentiles, trends) #191140
Replies: 6 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.
-
|
GitHub Actions is missing something pretty fundamental: real performance observability. Right now we get logs and basic insights, but no real way to answer: Why is this pipeline getting slower over time? What’s needed is a native metrics layer inside Actions, not just external dashboards. Imagine if Actions exposed: Step-level timing (not just total job duration) Basically: CI should behave like a production system with observability baked in, not something you debug manually through logs. Without this, teams are flying blind at scale. |
Beta Was this translation helpful? Give feedback.
-
|
I am starting this discussion to propose better performance observability in GitHub Actions. While current metrics show workflow usage and billing, they lack aggregated performance insights such as average job duration, percentiles, and trends over time. Adding these metrics would help maintainers identify bottlenecks, optimize CI workflows, and improve overall developer productivity. |
Beta Was this translation helpful? Give feedback.
-
|
I often have to compare workflow durations manually. Built-in historical metrics and trend analysis would significantly improve debugging and CI optimization. Hope to see this implemented! |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone,I strongly support this request. Natively tracking performance health is the logical next step for GitHub Actions observability.Right now, the platform is great at telling us what we are spending (via usage metrics), but it falls short in telling us how efficient our pipelines actually are. Relying on custom API scrapers or heavy third-party monitoring tools just to get basic percentile data ( |
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