RuntimeTools / appmetrics

Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.
https://developer.ibm.com/open/node-application-metrics/
Apache License 2.0
974 stars 125 forks source link

Added extra information when profiling mongodb #562

Open sebastianarena opened 5 years ago

sebastianarena commented 5 years ago

Very useful information comes in the second parameter, such as sort, limit and projection

codecov-commenter commented 4 years ago

Codecov Report

Merging #562 into master will decrease coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
- Coverage   57.29%   57.08%   -0.22%     
==========================================
  Files          44       44              
  Lines        2810     2810              
==========================================
- Hits         1610     1604       -6     
- Misses       1200     1206       +6     
Impacted Files Coverage Δ
probes/mongo-probe.js 12.26% <ø> (ø)
src/plugins/node/env/nodeenvplugin.cpp 87.05% <0.00%> (-4.32%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4862e68...c71ce51. Read the comment docs.