RuntimeTools / SwiftMetrics

Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
https://developer.ibm.com/swift/monitoring-diagnostics/application-metrics-for-swift/
Other
154 stars 49 forks source link

Add new summary tab to dashboard #177

Closed sjanuary closed 6 years ago

sjanuary commented 6 years ago

Includes update to graphmetrics 1.1.0

codecov-io commented 6 years ago

Codecov Report

Merging #177 into master will decrease coverage by 0.13%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   16.57%   16.43%   -0.14%     
==========================================
  Files           8        8              
  Lines        1943     1959      +16     
==========================================
  Hits          322      322              
- Misses       1621     1637      +16
Flag Coverage Δ
#SwiftBAMDC 0% <ø> (ø) :arrow_up:
#SwiftMetrics 16.43% <0%> (-0.14%) :arrow_down:
#SwiftMetricsBluemix 20.32% <ø> (ø) :arrow_up:
#SwiftMetricsDash 18.24% <0%> (-0.17%) :arrow_down:
#SwiftMetricsKitura 17.8% <0%> (-0.16%) :arrow_down:
#SwiftMetricsPrometheus 16.43% <0%> (-0.14%) :arrow_down:
Impacted Files Coverage Δ
Sources/SwiftMetricsDash/SwiftMetricsDash.swift 0% <0%> (ø) :arrow_up:

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 1bb6e72...fe2caae. Read the comment docs.

sjanuary commented 6 years ago

Fixed tab-switch bug in graphmetrics -https://github.com/RuntimeTools/graphmetrics/pull/46 Updated submodule again to point to latest graphmetrics

mattcolegate commented 6 years ago

Change to graphmetrics fixes behaviour previously seen. Change approved so long as Travis builds