This is the Go client library for Prometheus.
For instrumenting your Go application code with Prometheus metrics, see the documentation of the exposition client.
If you want to process metrics exported by a Prometheus client, see the consumption library documentation. (The Prometheus server is using that library.)
$ go test ./...
See the contributing guidelines and the Community section of the homepage.