Fork me on GitHub
#observability
<
2020-04-01
>
adamfeldman14:04:53

https://www.honeycomb.io is awesome, and I would like to thank the kind person who wrote https://github.com/conormcd/clj-honeycomb

Jorin14:04:26

Yes 🎉 Can confirm, that this library and the ring middleware works great :)

Jorin14:04:56

Thanks @conormcd! 🙂

bananadance 4
nwjsmith15:04:50

:conorapproves:

borkdude16:04:41

any tools / services that work for monitoring physically owned hardware?

borkdude16:04:48

does honeycomb work there?

adamfeldman16:04:19

Honeycomb is (simplistically described as) a product built around visualizing and alerting on events flowing through your distributed systems (via tools like distributed tracing, etc). It can collect data from servers running anywhere. @borkdude If you’re mainly looking to monitor (hardware) metrics, you may consider https://github.com/riemann/riemann (written in Clojure), https://prometheus.io + Grafana’s UI, or Datadog for a turnkey commercial solution https://www.datadoghq.com/product/ Good comparison of classes of tools: https://www.honeycomb.io/blog/how-does-honeycomb-compare-to-metrics-log-management-and-apm-tools.

👌 4