Hello,
Would anyone have any examples around for implementing micrometer's stackdriver library with http4k? I found the SimpleMeterRegistry to be straight forward but struggling to get the Stackdriver plugin setup. (I apologize if this is trivial, pretty new to Kotlin and the JVM ecosystem..) Thanks!
d
dave
02/16/2021, 8:18 PM
I don't have experience with stack driver, but this is purely a manual micrometer configuration question. The http4k interfaces just use the generic MeterRegistry, so there isnt anything special about our integration.
If no-one here can help, you're more likely to find help by asking the micrometer docs/community. 🙃
n
Norman
02/16/2021, 10:22 PM
Thanks Dave! I'll follow the MeterRegistry documentation then.
Wasn't sure if I should be using the micrometer packages or not. Should be good from here!