Fork me on GitHub
#pedestal
<
2020-11-30
>
dangercoder07:11:08

How do you handle metrics with pedestal & prometheus? I need to expose a metrics endpoint and I am using Prometheus, which scrapes a /metrics endpoint. I found this issue: https://github.com/pedestal/pedestal/issues/568

dangercoder07:11:57

One way to do it is to use the micrometer-java-lib and expose an /metrics endpoint

dangercoder12:11:59

The current implementation for pedestal looks extenable, great news 🙂 https://github.com/pedestal/pedestal/blob/master/log/src/io/pedestal/log.clj