You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool doesn't accept the raw manifest that Pyrra generates. Here's an example input (i.e. we need to extract the group from the Pyrra generated manifest).
The Interval (in the arm template) needs to be between 1 and 1440 which means that the PrometheusRule manifest can't have intervals lower than 60s. (Property name: Interval, Attempted value: 0.5, Error: '' must be between 1 and 1440. You entered 0.5.)
Implementation can be done via a custom built controller that watches the PrometheusRule CRs and reconciles Azure PrometheusRuleGroups resources.
The text was updated successfully, but these errors were encountered:
monteiro-renato
changed the title
Push the Traefik SLO metrics to the Centralized environment
Convert the Pyrra generated PrometheusRule manifest into a Prometheus rule group ARM template
Oct 14, 2024
monteiro-renato
changed the title
Convert the Pyrra generated PrometheusRule manifest into a Prometheus rule group ARM template
Reconcile the Pyrra generated PrometheusRule CRs with Azure PrometheusRuleGroup resources
Nov 11, 2024
monteiro-renato
changed the title
Reconcile the Pyrra generated PrometheusRule CRs with Azure PrometheusRuleGroup resources
Reconcile the Pyrra generated PrometheusRule CRs with Azure PrometheusRuleGroups resources
Nov 11, 2024
Continuation of #995
Notes:
The text was updated successfully, but these errors were encountered: