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

Refactor existing Self-Monitor (Prometheus) alerts #1410

Open
TeodorSAP opened this issue Aug 30, 2024 · 0 comments
Open

Refactor existing Self-Monitor (Prometheus) alerts #1410

TeodorSAP opened this issue Aug 30, 2024 · 0 comments
Labels
area/logs LogPipeline area/metrics MetricPipeline area/traces TracePipeline kind/chore Categorizes issue or PR as related to a chore.

Comments

@TeodorSAP
Copy link
Member

TeodorSAP commented Aug 30, 2024

The existing self-monitor alerts, based on PromQL queries, should be refactored such that:

  • A single PromQL query (i.e. alert) is mapped to each unhealthy condition (i.e. no Go code is involved in logically evaluating the firing alerts)
  • The for clause is used to avoid timing issues (where justified)
  • Alerts in firing state should strictly be used for negative/unhealthy scenarios

This refactoring should follow the changes introduced in: #1397

@TeodorSAP TeodorSAP changed the title Refactor existing SelfMon / Prometheus alerts Refactor existing Self-Monitoring (Prometheus) alerts Aug 30, 2024
@TeodorSAP TeodorSAP added area/logs LogPipeline area/metrics MetricPipeline area/traces TracePipeline kind/chore Categorizes issue or PR as related to a chore. labels Aug 30, 2024
@TeodorSAP TeodorSAP changed the title Refactor existing Self-Monitoring (Prometheus) alerts Refactor existing Self-Monitor (Prometheus) alerts Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/logs LogPipeline area/metrics MetricPipeline area/traces TracePipeline kind/chore Categorizes issue or PR as related to a chore.
Projects
None yet
Development

No branches or pull requests

1 participant