Expand description
All the related memory reporting metrics to the Prometheus service are inside this module.
Constants§
- MEMORY_
METRIC_ πLABELS Labels for the memory metrics
Statics§
- The number of allocation count in the heap.
- The amount of accumulative allocated bytes in the heap.
- The amount of accumulative deallocated bytes in the heap.
- The amount of accumulative reallocated bytes in the heap.
- The number of deallocation count in the heap.
- The βphysicalβ memory used by this process, in bytes.
- The number of reallocation count in the heap.
- MEMORY_
VIRTUAL_ πUSAGE The βvirtualβ memory used by this process, in bytes.