Replies: 1 comment
-
@sangameshajm Did you set up webhook events from Github to both the webhook-server and the metrics-server? There isn't any data sharing so Github needs to be configured to send webhooks to both.
I think if you want to use seperate credentials for |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
0.27.4
Helm Chart Version
0.23.3
I am unable to get new metrics published from
actions-runner-controller-actions-metrics-server
on GHES 3.8.2 using the following configuration. I am using webhook-based autoscaling in the EKS cluster with ARC.actions-metrics-server
working on GHES?actions-metrics-server
?Runners are deployed using
RunnerDeployment
andHorizontalRunnerAutoscaler
.For
actions-metrics-server
service endpoint, I have setup an organization level hook foractions-metrics-server
as suggested in Configuring GitHub for sending webhooks for our newly created webhook server section. I have also tried to setup a seperate GitHub App foractions-metrics-server
, but no luck.Though
actions-runner-controller-actions-metrics-server
is running normally and receiving webhooks. But I am not seeing any additional or new metrics made available byactions-runner-controller-metrics-service
.Beta Was this translation helpful? Give feedback.
All reactions