rhobs / rhobs/observability-operator
Feature Request: Add prometheusConfig.externalUrl to MonitoringStack spec
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 51
- Forks
- 90
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 22
Description
When webTLSConfig is configured, Prometheus serves HTTPS but the --web.external-url flag is not exposed via the MonitoringStack CRD. As a result, Generator URLs in alerts default to http://:9090 instead of reflecting the actual HTTPS endpoint.
Add prometheusConfig.externalUrl field to MonitoringStack spec so operators can set --web.external-url on the Prometheus pod.
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the MonitoringStack CRD/spec and the Prometheus pod configuration that handles webTLSConfig. Trace how Prometheus flags are exposed, then verify that prometheusConfig.externalUrl is accepted and produces --web.external-url on the Prometheus pod, with the resulting alert URLs using the configured HTTPS endpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes, prometheus
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100