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 the method to the data we return to the dashboard and the REST API #195

Closed hhellyer closed 6 years ago

hhellyer commented 6 years ago

This adds the http method to the dashboard and the REST API. This is similar to the change that went into appmetrics for the summary table: RuntimeTools/appmetrics-dash#153 and the REST API: RuntimeTools/appmetrics-dash#155