afex / hystrix-go

Netflix's Hystrix latency and fault tolerance library, for Go
MIT License
4.24k stars 477 forks source link

simplify MetricCollector interface #82

Closed afex closed 6 years ago

afex commented 6 years ago

replace all update functions with a single one which accepts a struct. this should make it easier for future features to add new counters and timers without needing interface changes