Commit fdcc25f
authored
fix(monitoring): stop parca-analytics from loading PrometheusRules (#475)
Confirmed via Polar Signals Cloud: ALERTS/ALERTS_FOR_STATE series were
showing up alongside the real fleet metrics. ruleSelector/
ruleNamespaceSelector were left at the {} default, so this instance
was loading and evaluating every PrometheusRule it has RBAC for,
including its own now-orphaned thanos-sidecar-rules (the sidecar isn't
scraped anymore either). Same match-nothing pattern as the
PodMonitor/ServiceMonitor selectors: parca-analytics only ingests via
remote-write, it doesn't scrape or evaluate rules.1 parent 2f0b29f commit fdcc25f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
348 | 355 | | |
349 | 356 | | |
350 | 357 | | |
| |||
0 commit comments