Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move rss metric from system.process.memory.* to nodejs.memory.* #1725

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 23, 2020

  1. refactor(metrics): use documented node-apis

    Use `process.memoryUsage()` instead of `v8.getHeapStatistics()`
    SimonSimCity committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b1f4b81 View commit details
    Browse the repository at this point in the history
  2. feat(metrics): add metrics for external memory

    Added metrics for `nodejs.memory.external.bytes` and `nodejs.memory.arrayBuffers.bytes`
    SimonSimCity committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    95fa1fb View commit details
    Browse the repository at this point in the history
  3. refactor(metrics): rename metric key

    Move `system.process.memory.rss.bytes` to `nodejs.memory.rss.bytes`
    SimonSimCity committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    57915c5 View commit details
    Browse the repository at this point in the history