Codebase list golang-github-go-kit-kit / 69ca559 metrics / doc.go
69ca559

Tree @69ca559 (Download .tar.gz)

doc.go @69ca559raw · 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