rhobs / rhobs/observability-operator

Feature Request: Add prometheusConfig.externalUrl to MonitoringStack spec

Open
#1,217 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.