fix: Scraping Grafana when ingressed#150
Merged
MichaelThamm merged 21 commits intomainfrom Nov 27, 2025
Merged
Conversation
Abuelodelanada
approved these changes
Nov 26, 2025
MichaelThamm
added a commit
that referenced
this pull request
Nov 27, 2025
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
track/2Issue
Grafana's dashboard does not show data because Grafana has ingress (Traefik) and that ingress is signed by an external CA. When Prometheus (or Otelcol) scrapes Grafana, it needs to trust the CA which signed Traefik and these 2 PRs made it possible:
Solution
Add the correct integrations for Prometheus (and Otelcol) to the external CA
Important
This PR is blocked by:
certificatesCA cert used incorrectly opentelemetry-collector-k8s-operator#147Checklist
Context
Related:
Testing Instructions
just integration cosjust integration cos_liteTo test for COS and COS Lite, deploy the TF modules, but update prometheus to
rev278:COS Lite
COS
Important
COS does not have otelcol scraping Grafana. It also does not have a Grafana self-mon dashboard. To test, I added a relation
grafana:metrics-endpoint otelcol:metrics-endpointand then checked that the metrics make it to Grafana:Upgrade Notes