we'd like to use something like mikrometer to impl...
# multiplatform
t
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
@OptionalExpectation
t
wo that seems to be easy. thank you 🙂