Support podAnnotations
in gha-runner-scale-set listener Pod
#3429
Closed
newdeal123
started this conversation in
Ideas
Replies: 2 comments
-
Hey @newdeal123, I think you are using incorrect field. The correct way to set annotations on the listener pod would be: listenerTemplate:
metadata:
annotations:
example: "annotation" |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nikola-jokic I've solved it. thanks :) listenerTemplate:
metadata:
annotations:
ad.datadoghq.com/listener.checks: |
{
"openmetrics": {
"init_config": {},
"instances": [
{
"openmetrics_endpoint": "http://%%host%%:8080/metrics",
"namespace": "arc-systems",
"metrics": ["gha*"]
}
]
}
}
spec:
containers:
- name: listener |
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
-
Hi,
We would like to put annotations on controllers and listener pods to collect metrics of gha-runner-scale-set with datadogs.
The gha-runner-scale-set-controller helm chart supports the podAnnotations field to collect metrics with the datadog, but the gha-runner-scale-set listener pod does not support that field, so it is not possible to add it.
I expected (in helm values)
I expected (in listener pod)
Do you have any plans for assistance? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions