Gunnar Þór Magnússon
Gunnar Þór Magnússon
When creating a new Sampler, there is nothing stopping us from passing in 0 as a value for thereafter. One might expect this to be legal -- as the documentation...
Creating a sampled core with a value of 0 for thereafter is not forbidden by the documentation for [SamplingConfig](https://godoc.org/go.uber.org/zap#SamplingConfig) or [NewSampler](https://godoc.org/go.uber.org/zap/zapcore#NewSampler). One might expect that doing so would create a...
Various pieces of go-carbon expose internal metrics, for example the [persister](https://github.com/lomik/go-carbon/blob/master/persister/whisper.go#L410-L445). The naive way to instrument some of these metrics is with monotone increasing counters. That's how, for example, I'd...
Apart from being delicious, delicious betrayal, having Prometheus monitor go-carbon is useful when running the system at scale to avoid a "who watches the watchmen" situation. I have some work...
In [pull request 348](https://github.com/go-graphite/carbonapi/pull/348) we had a discussion on whether to name the last millisecond bucket we keep around like the others or to name it `Xms_to_inf`. Both options are...
One of the efforts we make to do less work is to keep track of what backends have what metrics by top-level domains. For example, if a backend contains metrics...
Suppose we have a program written in Literate, and some collaborators on that program who, for whatever reason, only want to work on the generated program source files. This could...
These patches add an error_format for Go, along with some minor documentation changes.
The readme says > Currently, there is a limitation which only allows to harvest data up to the last day. Example: If the current date would be Thu Apr 21...