stats icon indicating copy to clipboard operation
stats copied to clipboard

Go package for abstracting stats collection

Results 19 stats issues
Sort by recently updated
recently updated
newest added

Hi! We are encountering a problem with integrating segmentio stats for our kafka consumers into the rest of our prometheus metrics. The issue arises due to the stats lib from...

### Goal Adds Support for connecting to datadog via Unix Domain socket (UDS) instead of UDP ### Why UDS could be useful : ``` * Bypassing the networking stack brings...

## PR Updated `github.com/segmentio/fasthash` dep to `v1.0.3` which corrected a potential segfault issue. https://github.com/segmentio/fasthash/commit/9dc1b83dc0d8bf7d26ea69d6c6d7a11ebf6fbb89 This is also detected using `-race` or `-gcflags=all=-d=checkptr` when running code that imports this lib.

Hi! I'm having an issue where I'm defining a struct and then using `Report` to send them. It seems that if I have non nested stats they will be sent...

Hi! I need a counter that can be incremented and decremented across multiple processes and vms. It looks like datadog & statsd supports this (https://www.rubydoc.info/github/DataDog/dogstatsd-ruby/Datadog%2FStatsd:decrement) It also looks like someone...

When constructing a new DataDog client with this method, I noticed that if the call to `dial` fails the error is only logged. Returning the error would let callers take...

This came up recently when I was trying to test some code that calls the `stats` package like this: `eng.Add("foo", uint64(1))`. ``` // test handler := &statstest.Handler{} eng := stats.NewEngine("test",...

Would be cool to be able support prometheus's pushgateway, then you can send metrics from serverless functions and even the browser!