Skip to content

Add jvm memory and thread metric #6638

@wzy531a

Description

@wzy531a

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions