https://kotlinlang.org logo
t

thana

05/26/2019, 10:30 AM
we'd like to use something like mikrometer to implement some application monitoring. is there a way to put the needed annotations on my
common
code? Is there a different approach to achieve our goal? any suggestions? (i'd be completly fine with havong those metrics on my jvm-target only - i don't need them on the other platforms, if this helps)
l

louiscad

05/26/2019, 11:07 AM
@OptionalExpectation
t

thana

05/26/2019, 11:19 AM
wo that seems to be easy. thank you 🙂