Mohab Usama

Results 23 issues of Mohab Usama

When trying to update dashboard with no authorization Status code is `500` Expected `403` ``` json { "exception": "org.zalando.zmon.exception.ZMonAuthorizationException", "message": "Your are not allowed to create/edit this dashboard", "status": 500...

bug
Revisit
chore

- [ ] Fix maximum query relative duration. - [ ] Limit queries to certain metrics (checks) - via whitelist or blacklist.

feature

**Describe the bug** TL;DR: otel launcher was failing, and pinning `environs==12.0.0` fixed the issue. calling `configure_opentelemetry` is broken and caused an exception. Failure to instantiate propagators ``` ERROR:opentelemetry.launcher.configuration:Unable to instantiate...