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

Remove SwiftyRequest #203

Closed ianpartridge closed 5 years ago

ianpartridge commented 5 years ago

SwiftyRequest is used for outbound HTTP requests in a few places.

If we used URLSession directly we could remove the dependency on SwiftyRequest which would simplify the package graph and improve build times.

vldmrkl commented 5 years ago

I can work on it if you don't mind.

ShihabMehboob commented 5 years ago

PR open: https://github.com/RuntimeTools/SwiftMetrics/pull/204

ianpartridge commented 5 years ago

Fixed in https://github.com/RuntimeTools/SwiftMetrics/pull/204