[gha-runner-scale-set-controller] Prometheus Not Scraping Metrics Endpoint #3024
-
After enabling metrics for the GHA Runner Scale Set Controller[1], I can confirm that the controller and listeners metrics endpoint is properly exposing the metrics. Unfortunately, Prometheus is not scraping the controller or listener(s)[2]. After creating a Is this supposed to work with the out-of-the-box Prometheus configuration? [1] https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set-controller/values.yaml#L86-L89
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We decided not to provide out-of-box. The responsibility of the listener and the controller are just to provide a way, so you can collect metrics. Collection can be done in various ways, and different clusters have different ways of collecting metrics. So the decision was that we provide metrics, and the collection of them is completely up to users |
Beta Was this translation helpful? Give feedback.
We decided not to provide out-of-box. The responsibility of the listener and the controller are just to provide a way, so you can collect metrics. Collection can be done in various ways, and different clusters have different ways of collecting metrics. So the decision was that we provide metrics, and the collection of them is completely up to users☺️