rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.46k stars 494 forks source link

ExpDecaySample always includes last updated item in sample #230

Open markwongsk opened 6 years ago

markwongsk commented 6 years ago

I believe the current implementation of ExpDecaySample always includes the last updated item in its sample, instead of probabilistically including it.