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 50 forks source link

Filter the dashboard from the top 5 http response times. #147

Closed hhellyer closed 6 years ago

hhellyer commented 6 years ago

This change passes the swiftmetrcs-dash path through to graphmetrics so that paths under there can be excluded from the top 5 response times.

There's more discussion of this problem in this appmetrics-dash issue https://github.com/RuntimeTools/appmetrics-dash/issues/78 but the same applies to swiftmetrics.

sjanuary commented 6 years ago

LGTM, also tested ok. Needs a PR for master as well.