opentelemetry_semantic_conventions::attribute

Constant JVM_MEMORY_POOL_NAME

source
pub const JVM_MEMORY_POOL_NAME: &str = "jvm.memory.pool.name";
Expand description

Name of the memory pool.

§Notes

Pool names are generally obtained via MemoryPoolMXBean#getName().

§Examples

  • "G1 Old Gen"
  • "G1 Eden space"
  • "G1 Survivor Space"