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

Removed SwiftyRequest #204

Closed ShihabMehboob closed 5 years ago

ShihabMehboob commented 5 years ago

Removed dependency on SwiftyRequest, using URLSession directly instead, which would simplify the package graph and improve build times.