Fork me on GitHub
#observability
<
2020-04-02
>
victorb09:04:22

if you want to send the metrics to prometheus, https://github.com/clj-commons/iapetos is a nice client that works well and has some built in collectors as well (for mostly automatic collection of ring, jvm and exception metrics)

Jorin09:04:47

Nice! Of course metrics are not enough for a good observability story, but Prometheus is a really awesome tool :star-struck: It is so simple to setup and operate. And there are existing metric exporters for everything. It’s really great to monitor infrastructures especially. And also implementing your own metrics is super straight forward. Even without libaries, its text format is super simple πŸ™‚

victorb09:04:25

right on! As far as I've noticed in the infra world, prometheus is the most well documented one https://github.com/prometheus/docs/tree/master/content/docs and if I recall correctly, they are working on standardizing some of the formats like the metrics export

πŸ’― 4
adamfeldman22:04:55

I believe this is the format standardization project: https://github.com/OpenObservability/OpenMetrics

πŸ‘ 4