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
The current implementation for pedestal looks extenable, great news 🙂 https://github.com/pedestal/pedestal/blob/master/log/src/io/pedestal/log.clj
One way to do it is to use the micrometer-java-lib and expose an /metrics endpoint