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

Update CircuitBreaker functionality in SwiftMetrics #178

Open tobespc opened 6 years ago

tobespc commented 6 years ago

https://github.com/IBM-Swift/CircuitBreaker has now been updated and we can exploit this in SwiftMetrics to proved CircuitBreaker data.

As part of the changes to CircuitBreaker, each CircuitBreaker instance provides the stats that the Hystrix dashboard expects. SwiftMetrics can be updated to take advantage of these changes.