This commit is contained in:
Aliaksandr Valialkin 2019-04-11 14:04:01 +03:00
parent bf93e5d810
commit 4ea76dd6b8

View File

@ -1,7 +1,7 @@
// Package metrics implements Prometheus-compatible metrics for applications.
//
// This package is lightweight alternative to https://github.com/prometheus/client_golang
// with simpler API and small dependencies.
// with simpler API and smaller dependencies.
//
// Usage:
//