Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: add node memory stats to prometheus output #4209

Merged
merged 2 commits into from Sep 16, 2022

Conversation

achingbrain
Copy link
Member

The default prometheus memory stats are clunky and hard to interpret without additional tools like graphana because you get separate measurements for different types of memory usage.

Add a single nodejs_memory_usage metric that is the output of process.memoryUsage().

The default prometheus memory stats are clunky and hard to interpret
without additional tools like graphana because you get separate measurements
for different types of memory usage.

Add a single `nodejs_memory_usage` metric that is the output of
`process.memoryUsage()`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant