You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As DevOps Engineer or Grafana GitHub Plugin User I want to see how long my steps in a workflow run take for a job So that I can narrow the long-running ones down and take action on them.
I was thinking of having the duration for every step available in Grafana via the GitHub Plugin.
This would be a valuable feature for my organization. We are really driving at understanding if our self-hosted runners are scaled and sized correctly. We want to measure how long a Developer waits for a runner to get assigned and how long that job runs.
The hope being that we can make proactive decisions as we see wait time increase about our scaling needs.
Hi there 👋🏻
As DevOps Engineer or Grafana GitHub Plugin User
I want to see how long my steps in a workflow run take for a job
So that I can narrow the long-running ones down and take action on them.
I was thinking of having the duration for every step available in Grafana via the GitHub Plugin.
The GitHub REST API for workflow runs already provides this data.
What do you think in general? Would that be something worth implementing? If so, I am willing to provide a PR 💻
The text was updated successfully, but these errors were encountered: