Avi

Results 17 comments of Avi

currently it is just stack trace but it used to have memory too, i think it was removed because it was determined to be less useful but it can be...

Our output is only different on multiple stack traces, one stack trace still looks as it did previously in finding. (since it was specifically user requested) For multiple stack traces...

Hey, Can you run: `robusta logs --namespace NAMESPACE_HERE | grep -in CPUThrottlingHigh` Im expecting there to be some logs that say "silencing alert CPUThrottlingHigh"

Hey @omfurman , can you quickly run `robusta playbooks edit-config`, look on active_playbooks (and customPlaybooks) section, and see if you can spot your customPlaybook in there, and where is it...

@omfurman at the top of the config there will be a builtin playbook that looks like this ``` > - actions: > - name_silencer: > names: > - Watchdog >...

Hi @omfurman, We are pushing a fix now, it will be in the next robusta release. https://github.com/robusta-dev/robusta/pull/342/files Thanks for letting us know about this issue!

Hi @smoug25, I don't think we currently support JWT authorization in prometheus but we do support adding a custom prometheus authorization headers in robusta. https://docs.robusta.dev/master/configuration/alertmanager-integration/outofcluster-prometheus.html#authentication-headers Does something like this help?

Hi @smoug25 Can you try running this with your url and token to see what thanos responds? ``` curl --location 'https://MY-PROMETHEUS.URL/api/v1/query?query=up' \ --header 'Authorization: Bearer JWT_TOKEN' ``` Some users have...

Hi @smoug25 , I wasnt able to replicate the issue, Would you like to jump on a call for me to debug this with you? You can pick a time...

Hi @fattehalis, We have allot of out of the box alerts set up on pod issues/crashed and failures so just installing robusta should give you the alerts. Is there a...