go-metrics
go-metrics copied to clipboard
Go port of Coda Hale's Metrics library
Refs: https://github.com/IBM/sarama/issues/2861
`arbiter` will tick periodically forever. Normally it wouldn't cause any issue. But it's very inconvenient for users if Goroutine leak detector(like https://github.com/uber-go/goleak) is used in testing phase. btw, I also...
https://github.com/VividCortex/ewma looks simpler than ours.
Do we expect `StandardEWMA.Tick` to be called concurrently? If not, then there's no need to use a mutex and atomic operations on `a.init`, just below code is fine: ```go if...
It already looks very similar to MIT, but uses non-standard text and thus is not recognized by automated tools like FOSSA as a valid free license.
The last commit is from December 2020 and there doesn't seem to be any activity since
select { case msg :=
Is anyone working on an OpenTelemetry exporter for this or is there any existing one? I'm interested in such exporter and I can work on it.