Replies: 1 comment 2 replies
-
Hi, if you use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
In grafana, im trying to get data from Mimir for the last 2 days- and its working great.
Then I try to get data from the last 7 days, and I get 429 error.
the logs of Mimir query-frontend pod shows this error while I send the query of the 7-days:
the logs of Mimir query pod:
user=anonymous level=warn msg="failed to fetch series" remote=**** err="rpc error: code = Canceled desc = context canceled
What configuration can I change in order to fix this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions