Skip to content

jimmidyson/prometheus-client_golang

 
 

Repository files navigation

Prometheus Go client library

Build Status code-coverage go-doc

This is the Go client library for Prometheus.

Instrumenting applications

For instrumenting your Go application code with Prometheus metrics, see the documentation of the exposition client.

Consuming exported metrics

If you want to process metrics exported by a Prometheus client, see the consumption library documentation. (The Prometheus server is using that library.)

Testing

$ go test ./...

Contributing and community

See the contributing guidelines and the Community section of the homepage.

About

Prometheus instrumentation library for Go applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.1%
  • Makefile 0.9%