Fork me on GitHub
#clj-otel
<
2023-09-15
>
jasonjckn03:09:44

Would you recommend prometheus to test custom metrics locally, or is there something better?

steffan17:09:04

Prometheus provides basic metrics graphing, so it is viable for simple needs. Several clj-otel examples demonstrate running Prometheus locally. If you need to implement dashboards on top, you could add Grafana to the mix.

👍 2