-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
component/rulesBits & bobs todo with rules and alerts: the ruler, config service etc.Bits & bobs todo with rules and alerts: the ruler, config service etc.type/bug
Description
Describe the bug
https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#rule_group prometheus rule groups has a field limit
. Cortex accepts this field in the CreateRuleGroup
API but when you list the rules the limit
is not there. From the code it seems like cortex is not storing the limit
field.
To Reproduce
Steps to reproduce the behavior:
- Create a rule group with
limit
set. - Call ListRules and the
limit
field is not there.
Expected behavior
Cortex support limit
field in the rule group.
Additional Context
Metadata
Metadata
Assignees
Labels
component/rulesBits & bobs todo with rules and alerts: the ruler, config service etc.Bits & bobs todo with rules and alerts: the ruler, config service etc.type/bug