Expand description
Metrics related to memory analytics.
Modulesยง
- reporter ๐All the related memory reporting metrics to the Prometheus service are inside this module.
Staticsยง
- GLOBAL ๐Use the instrumented allocator for gathering allocation statistics. Note: This wraps the global allocator. All structs that use the global allocator can be tracked.
- IS_
INITIALIZED ๐This is to prevent the init function from accidentally being called multiple times.
Functionsยง
- Starts a background thread to periodically update memory metrics.