Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Testing for Prometheus Stack/Monitoring #824

Open
mjnagel opened this issue Sep 25, 2024 · 0 comments
Open

E2E Testing for Prometheus Stack/Monitoring #824

mjnagel opened this issue Sep 25, 2024 · 0 comments
Labels
ci Issues pertaining to CI / Pipelines / Testing enhancement New feature or request monitoring Issues related to monitoring components / resources
Milestone

Comments

@mjnagel
Copy link
Contributor

mjnagel commented Sep 25, 2024

E2E testing for Prometheus should only be run on the all package test only since it focuses on interactions between components - see #211 for some thoughts on this.

Initial thoughts on testing areas:

  • Alertmanager alerts firing: At minimum there is a watchdog alert that should be firing when the connection between prometheus and alertmanager is functional (this may require a UI interaction or setting up a receiver in CI for alerts?)
  • Prometheus metrics endpoints healthy: This will touch on other apps being properly configured as well, but we should validate that all metrics targets are healthy in prometheus (likely easy to do via API call)
  • Validate UI accessibility: Both prometheus and alertmanager have UIs that are not exposed via Istio, but can be useful for debugging. We should validate that these are accessible in cluster (via svc address/port-forward)
@mjnagel mjnagel added enhancement New feature or request ci Issues pertaining to CI / Pipelines / Testing labels Sep 25, 2024
@mjnagel mjnagel added this to the 0.29.0 milestone Sep 25, 2024
@mjnagel mjnagel added the monitoring Issues related to monitoring components / resources label Sep 25, 2024
@mjnagel mjnagel modified the milestones: 0.29.0, 0.30.0 Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issues pertaining to CI / Pipelines / Testing enhancement New feature or request monitoring Issues related to monitoring components / resources
Projects
None yet
Development

No branches or pull requests

1 participant