Reading from https://twitter.github.io/finagle/guide/Metrics.html, is jvm:mem:current:used metric (prometheus) the definitive metric to monitor for linkerd's memory usage? Or, are there other metrics which collectively can tell us how much memory linkerd is using?
Thanks for the link to the dashboard. Deconstructing from the JSON, I think (jvm:heap:used /jvm:heap:max )*100 is a fair metric to monitor as the percentage of memory used by linkerd?
I am a bit confused about the jvm:current:used metric. Is this in addition to the heap memory used? Thanks in advance.