I use riemann ruby client for email alerting. And my emails look like this:
#riemann.codec.Event{:host "foo", :service "bar", :state "critical", :description "{\"exception\":\"some error\",\"datetime\":\"20210104061928\"..."}
When the contents of the email are large (when I get exception backtrace), it becomes very hard to understand the data.
Is there a way to receive this data in a JSON format so that it can be copy-pasted into a code editor and formatted easily?
I cant find any docs on email formating in these repos: