clj-otel

2023-09-15T03:15:44.069109Z

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

steffan 2023-09-15T17:18:04.584219Z

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