Skip to content

Commit

Permalink
Remove collection of node gc stats in prometheus (#1545)
Browse files Browse the repository at this point in the history
reasons for this

1. we have never documented the metrics
2. not sure how much use it is anyway
3. was using an old version of gc-stats which is now unmaintained and
has security issues
4. replacement version of gc-stats is maintained by a single person who
controls the binary builds available so is a dangerous thing to rely on
5. it has no pure javascript fallback therefore requires caliper to pull
down or build a binary module (meaning you need python and compilers
installed) which will also be dependent on the version of node being
used.

Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
  • Loading branch information
Dave Kelsey authored Apr 22, 2024
1 parent 25ee0f9 commit 62c7593
Show file tree
Hide file tree
Showing 4 changed files with 5,196 additions and 6,424 deletions.
Loading

0 comments on commit 62c7593

Please sign in to comment.