-
Notifications
You must be signed in to change notification settings - Fork 816
List rules API not honoring exclude_alerts flag #5989
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
Labels
Comments
Hi @rajagopalanand @rapphil, can you help take a look? |
This is a bug in Cortex that needs to get fixed |
@yeya24 can you assign this issue to me? |
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 12, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
3 tasks
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 12, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 18, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 18, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 18, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 18, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 18, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 19, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 19, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 19, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 19, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 19, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jun 20, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jul 30, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jul 30, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jul 30, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
rajagopalanand
added a commit
to rajagopalanand/rajagopalanand-cortex
that referenced
this issue
Jul 30, 2024
Signed-off-by: Anand Rajagopal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
I am consuming the Cortex API implicitly via Amazon Managed Prometheus (AMP).
When I hit
/api/v1/rules?exclude_alerts=true
I still get the list of activealerts[]
array in the response.According to the prometheus docs, the
exclude_alerts
should omit this element.Environment:
Amazon Managed Prometheus
The text was updated successfully, but these errors were encountered: