Commit Graph

2 Commits

Author SHA1 Message Date
lukaszraczylo 28896ab1d6 fix(monitoring): match real controller label values in dashboards and alerts
kubemirror overrides controller names to <Kind>.<version>.<group> (e.g. Secret.v1.), but the dashboards, alerts, and recording rules filtered controller=~"secret|configmap" (the controller-runtime default name), so every panel and alert matched nothing. Switch all selectors to Secret.*|ConfigMap.* and document the naming convention.
2026-06-21 13:26:49 +01:00
lukaszraczylo 8adb52608f initial commit 2025-12-25 22:10:57 +00:00