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§
- MEMORY_
ALLOCATION_ πCOUNT - The number of allocation count in the heap.
- MEMORY_
BYTES_ πALLOCATED - The amount of accumulative allocated bytes in the heap.
- MEMORY_
BYTES_ πDEALLOCATED - The amount of accumulative deallocated bytes in the heap.
- MEMORY_
BYTES_ πREALLOCATED - The amount of accumulative reallocated bytes in the heap.
- MEMORY_
DEALLOCATION_ πCOUNT - The number of deallocation count in the heap.
- MEMORY_
PHYSICAL_ πUSAGE - The βphysicalβ memory used by this process, in bytes.
- MEMORY_
REALLOCATION_ πCOUNT - The number of reallocation count in the heap.
- MEMORY_
VIRTUAL_ πUSAGE - The βvirtualβ memory used by this process, in bytes.