1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-15 01:04:44 +02:00

8 Commits

Author SHA1 Message Date
32d7a0b430 Added Gauge.Add 2017-01-10 22:04:12 +00:00
4e19ed8bec Re-add Brian's changes, lost in rebase 2016-08-17 22:28:53 +01:00
8cce994f81 mv metrics3 metrics 2016-08-17 22:28:06 +01:00
7e965c10fd Update documentation throughout the project 2016-06-24 16:22:15 +00:00
8aab2ed4b4 Distribution shall also return quantile counts 2016-02-05 13:33:47 +01:00
49d907564d Add support for metrics.Histogram distribution
Histograms gain a method to read the distribution (slice of buckets)
that has been observed so far. In this PR, the only implementation that
supports Distribution is expvar (via codahale/hdrhistogram). Prometheus
support is possible and planned.

- Each metrics type gains a Name() method
- metrics.Histogram gains Distribution()
- metrics package gains PrintDistribution()
- Minor updates to README
2016-02-04 20:54:08 +01:00
2e19bd329c metrics: Gauge becomes float64 2015-03-10 18:32:38 +01:00
4928fe6b44 package metrics RFC + first draft implementation 2015-02-26 22:16:34 +01:00