metrics/README.md
Aliaksandr Valialkin b1d3992f35 Initial commit
2019-04-08 16:29:16 +03:00

1.4 KiB

Build Status GoDoc Go Report codecov

metrics - lightweight alternative to github.com/prometheus/client_golang/prometheus.

Features

  • Lightweight. Has minimal number of third-party dependencies and all these deps are small. See this article for details.
  • Easy to use. See the API docs.
  • Fast.

Limitations

Users