Codebase list golang-github-go-kit-kit / 2ec8283
Fix two small typos Peter Bourgon 8 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55
66 [counters]: http://prometheus.io/docs/concepts/metric_types/#counter
77 [gauges]: http://prometheus.io/docs/concepts/metric_types/#gauge
8 [histogram]: http://prometheus.io/docs/concepts/metric_types/#histogram
8 [histograms]: http://prometheus.io/docs/concepts/metric_types/#histogram
99 [expvar]: https://golang.org/pkg/expvar
1010 [statsd]: https://github.com/etsy/statsd
1111 [Prometheus]: http://prometheus.io
99 # Usage
1010
1111 As currently defined, you shouldn't need to use `package server` directly.
12 Other go-kit components integrate on `package server` interfaces.
12 Other gokit components integrate on `package server` interfaces.