Codebase list golang-github-go-kit-kit / 7e965c1 metrics / doc.go
7e965c1

Tree @7e965c1 (Download .tar.gz)

doc.go @7e965c1raw · history · blame

1
2
3
4
// Package metrics provides a framework for application instrumentation. 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