Codebase list golang-github-go-kit-kit / 200cb17
metrics: minor improvements to package docs Peter Bourgon 7 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9292 }
9393 }
9494 ```
95
96 For more information, see [the package documentation](https://godoc.org/github.com/go-kit/kit/metrics).
22 // instrumentation, and to help you migrate from a less-capable system like
33 // Graphite to a more-capable system like Prometheus. If your organization has
44 // already standardized on an instrumentation system like Prometheus, and has no
5 // plans to change, it probably makes sense to use that system's instrumentation
5 // plans to change, it may make sense to use that system's instrumentation
66 // library directly.
77 //
88 // This package provides three core metric abstractions (Counter, Gauge, and