Module reporter

Source
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.