jvm memory metric in runtime-metric only collect memoryPool, refer to splunk otel agent jvm memory metric:
p.r.jvm.memory.init
p.r.jvm.memory.max
p.r.jvm.memory.used
p.r.jvm.memory.committed
thread:
p.r.jvm.threads.live(Already exists)
p.r.jvm.threads.daemon
p.r.jvm.threads.peak
p.r.jvm.threads.states
About memory metric, I support Add JVM implementation information and memory semantic conventions, use p.r.j.memory.pool.* and p.r.j.memory.* to distinguish.
jvm memory metric in runtime-metric only collect memoryPool, refer to splunk otel agent jvm memory metric:
p.r.jvm.memory.init
p.r.jvm.memory.max
p.r.jvm.memory.used
p.r.jvm.memory.committed
thread:
p.r.jvm.threads.live(Already exists)
p.r.jvm.threads.daemon
p.r.jvm.threads.peak
p.r.jvm.threads.states
About memory metric, I support Add JVM implementation information and memory semantic conventions, use p.r.j.memory.pool.* and p.r.j.memory.* to distinguish.