1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

Update documentation throughout the project

This commit is contained in:
Peter Bourgon
2016-06-24 16:22:15 +00:00
parent c64e6811a2
commit 7e965c10fd
11 changed files with 74 additions and 865 deletions

View File

@ -1,7 +1,3 @@
// Package metrics provides an extensible framework to instrument your
// application. All metrics are safe for concurrent use. Considerable design
// influence has been taken from https://github.com/codahale/metrics and
// https://prometheus.io.
package metrics
// Counter is a monotonically-increasing, unsigned, 64-bit integer used to