JVM_BUFFER_POOL_NAME

Constant JVM_BUFFER_POOL_NAME 

pub const JVM_BUFFER_POOL_NAME: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

Name of the buffer pool.

§Notes

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

§Examples

  • "mapped"
  • "direct"