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

Revert "Use Encodable to JSON serialize objects in SwiftMetricsDash instead of SwiftyJSON" #179

Closed sjanuary closed 6 years ago

sjanuary commented 6 years ago

Reverts RuntimeTools/SwiftMetrics#174 for the time being due to clash with #177

codecov-io commented 6 years ago

Codecov Report

Merging #179 into master will decrease coverage by 0.18%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   16.75%   16.57%   -0.19%     
==========================================
  Files           8        8              
  Lines        1922     1943      +21     
==========================================
  Hits          322      322              
- Misses       1600     1621      +21
Flag Coverage Δ
#SwiftBAMDC 0% <ø> (ø) :arrow_up:
#SwiftMetrics 16.57% <0%> (-0.19%) :arrow_down:
#SwiftMetricsBluemix 20.32% <ø> (ø) :arrow_up:
#SwiftMetricsDash 18.41% <0%> (-0.23%) :arrow_down:
#SwiftMetricsKitura 17.96% <0%> (-0.22%) :arrow_down:
#SwiftMetricsPrometheus 16.57% <0%> (-0.19%) :arrow_down:
Impacted Files Coverage Δ
Sources/SwiftMetrics/SwiftMetrics.swift 63.44% <ø> (ø) :arrow_up:
...wiftMetricsPrometheus/SwiftMetricsPrometheus.swift 0% <0%> (ø) :arrow_up:
...ources/SwiftMetricsKitura/SwiftMetricsKitura.swift 0% <0%> (ø) :arrow_up:
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 a216368...f9d912e. Read the comment docs.