Replies: 1 comment
-
These are great questions. It's hard to rely on GitHub Actions for all the things if we can't observe whether they're working per repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need a way to capture metrics around our Github Actions jobs (run times, queue times, number of queued jobs, success/failure count, etc.) on a per-repo basis. We have found two potential options for getting these metrics:
Is the action-metrics-server fully supported & production-ready? Are there any plans to add documentation around this?
Are there any recommendations for using the github-actions-exporter in such a way that it won’t burn our API quota too quickly?
Are there other options available for obtaining Github Actions metrics? (Do Github scale sets provide access to any metrics like this?)
Beta Was this translation helpful? Give feedback.
All reactions