riemann-ruby-client
riemann-ruby-client copied to clipboard
How to format emails?
Currently, my emails are formated like this:
#riemann.codec.Event{:host "foo", :service "bar", :state "critical", :description "{\"exception\":\"some error\",\"datetime\":\"20210104061928\"...", :tags ["tag-1"]}
You can notice that the description is a JSON object, am unable to beautify its contents from the email. Is there a way I can format the emails in a better way so that it's easily readable?
Hi @shankar15498 Sorry for the late reply. Can you elaborate a bit for me? What's generating the emails? Can you share how you're sending them, etc?