Merge pull request #148 from prometheus/beorn7/release

Cut v0.7.0
tree: afb96486c74fc80bf93371c26dbe38fe2e37cc5e
  1. examples/
  2. extraction/
  3. Godeps/
  4. model/
  5. prometheus/
  6. text/
  7. .gitignore
  8. .travis.yml
  9. AUTHORS.md
  10. CHANGELOG.md
  11. CONTRIBUTING.md
  12. LICENSE
  13. Makefile
  14. NOTICE
  15. README.md
  16. VERSION
README.md

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.