actions / actions/actions-runner-controller
[FEAT] Enable to add annotations to the listeners
Open
Nobody has claimed this yet.
community
enhancement
needs triage
- Dominant language
- Go
- Stars
- 6.5k
- Forks
- 1.5k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 27
Description
What would you like added?
listenerTemplate:
metadata:
annotations:
prometheus.io/scrape: true
prometheus.io/path: /metrics
prometheus.io/port: 8080
Why is this needed?
We need this to be able to scrap the listener metrics that are very useful for jobs, steps monitoring
Additional context
Let me know if you want more.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by tracing how listenerTemplate is handled and where listener metadata is rendered. Verify that the requested Prometheus scrape, path, and port annotations are applied to listeners, and add or update the relevant tests; done means created listeners expose those annotations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes, prometheus
- Domain
- infrastructure, observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100