zalando-zmon / zmon-worker

ZMON Python Worker
https://zmon.io/
Other
19 stars 41 forks source link

Add Exception message #391

Open vetinari opened 5 years ago

vetinari commented 5 years ago

In https://github.com/zalando-zmon/zmon-worker/pull/310 the exception message was replaced by the backtrace. We can add the exception message back at a different in the check response key and display that (and on user request in the UI show the full backtrace or vice versa)

laceyallyn commented 5 years ago

The benefit of this is that we display minimal details by default (reducing strain) but for the cases, where the error message provides little to no value without the line number, we can support them by displaying the entire backtrace.

Will require UI work in the future.

mohabusama commented 5 years ago

Can be fixed by #399