-
Notifications
You must be signed in to change notification settings - Fork 68
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
prometheus: better resiliency: consider add --continue-on-error
#236
Closed
Dentrax opened this issue
Jan 20, 2022
· 0 comments
· Fixed by grafana/mimir#3052 · May be fixed by #237
Closed
prometheus: better resiliency: consider add --continue-on-error
#236
Dentrax opened this issue
Jan 20, 2022
· 0 comments
· Fixed by grafana/mimir#3052 · May be fixed by #237
Comments
Dentrax
added a commit
to Dentrax/cortex-tools
that referenced
this issue
Jan 20, 2022
Fixes grafana#236 Signed-off-by: Furkan <furkan.turkal@trendyol.com> Co-authored-by: Emin <emin.aktas@trendyol.com> Co-authored-by: Yasin <yasintaha.erol@trendyol.com> Co-authored-by: Batuhan <batuhan.apaydin@trendyol.com>
3 tasks
This was referenced Sep 27, 2022
Dentrax
added a commit
to Dentrax/mimir
that referenced
this issue
Sep 27, 2022
Fixes: grafana/cortex-tools#236 Signed-off-by: Furkan <furkan.turkal@trendyol.com>
pracucci
pushed a commit
to grafana/mimir
that referenced
this issue
Sep 27, 2022
Fixes: grafana/cortex-tools#236 Signed-off-by: Furkan <furkan.turkal@trendyol.com> Signed-off-by: Furkan <furkan.turkal@trendyol.com>
sysedwinistrator
pushed a commit
to sysedwinistrator/mimir
that referenced
this issue
Nov 21, 2022
Fixes: grafana/cortex-tools#236 Signed-off-by: Furkan <furkan.turkal@trendyol.com> Signed-off-by: Furkan <furkan.turkal@trendyol.com>
friedrichg
pushed a commit
to cortexproject/cortex-tools
that referenced
this issue
Aug 1, 2023
* add option to set ingesters podManagementPolicy Signed-off-by: Andre Ziviani <andrepziviani@gmail.com> * update changelog Signed-off-by: Andre Ziviani <andrepziviani@gmail.com> * update readme Signed-off-by: Andre Ziviani <andrepziviani@gmail.com> * add a warning about podmanagementpolicy Signed-off-by: Andre Ziviani <andrepziviani@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prometheus analyzing process is always crashing after long run at random queries. There are a few workarounds to handle this situation in better way:
$ cortextool analyse prometheus ...
command throws an exception during the analyzing process as such:It throws
503
error but actually it returns200
response:Similar to
$ cortextool analyse grafana ...
command, we can continue to querying Prometheus and list the errors in a custom variable likequery_errors
as we already do in the grafana by defining aparse_errors
field.cc @developer-guy @eminaktas @yasintahaerol
The text was updated successfully, but these errors were encountered: