observability

o11y, monitoring, logging, tracing, alerting and higher level discussions
timo 2020-09-26T07:48:19.000700Z

Hi, did anyone use https://github.com/BrunoBonacci/mulog? I wonder how you combine it with Clojurescript-tracing?!

timo 2020-09-26T14:42:19.001300Z

Just for comparability what would you use if this did not exist?

timo 2020-09-26T14:42:45.001700Z

For logging probably timbre?

mpenet 2020-09-26T14:51:55.002100Z

Just clj.tools.logging and logback

mpenet 2020-09-26T14:53:31.003Z

(for the logging part)

Darin Douglass 2020-09-26T16:02:48.004500Z

It’s not too difficult to roll structured logs on top of c.t.l and whatever flavor of Java backend you want. That’s what we’ve done but are giving mulog a go to see how it feels.