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.
-
@mumoshu, Currently, the metrics provide only the To streamline debugging, could we include the Example URL format:
This would significantly speed up troubleshooting and make it possible to automate our response to common failures. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Product Feedback
What GitHub Actions topic or product is this about?
ARC (Actions Runner Controller)
Discussion Details
Hey 👋
While managing a bunch of workflows and jobs along with ARC-managed runners, I often wanted to obtain fine-grained metric labels that enable me to answer a question- on which tag/branch/pull request this specific workflow and its jobs unexpectedly took longer to run?
Anyone having same or similar problems? How have you addressed it? Was
job_workflow_ref
label was enough for you?Anyway, here's my PR that enables you to optionally add
job_worflow_name
andjob_workflow_target
labels derived fromjob_workflow_ref
(#4054).actions/actions-runner-controller#4240
This might be a nice-to-have because those labels can be derived from
job_workflow_ref
anyway.But I wanted this enough times, so I used my spare time to submit a PR and hear your thoughts/experience.
FYI, here's a list of benefits I can think of:
Hope this makes sense!
Beta Was this translation helpful? Give feedback.
All reactions