RuntimeTools / appmetrics-dash

A data visualizer that uses " Node Application Metrics" (appmetrics) to monitor and display Node.js application data as a html web application.
Other
456 stars 55 forks source link

Add the method to the summary data in the collections API. #155

Closed hhellyer closed 6 years ago

hhellyer commented 6 years ago

We have added the method to the summary table but not to the output of the REST API. We need the method in the REST API output for exactly the same reasons.

The PR for the summary table was: https://github.com/RuntimeTools/appmetrics-dash/pull/153

codecov-io commented 6 years ago

Codecov Report

Merging #155 into master will decrease coverage by 0.71%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   64.74%   64.02%   -0.72%     
==========================================
  Files           4        4              
  Lines         417      417              
==========================================
- Hits          270      267       -3     
- Misses        147      150       +3
Impacted Files Coverage Δ
lib/classes/collections.js 66% <100%> (ø) :arrow_up:
lib/appmetrics-dash.js 60.26% <0%> (-1%) :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 7953988...38d9f2b. Read the comment docs.