Merge pull request #94 from prometheus/release-0.3.2

Release client_golang 0.3.2.
tree: 2d67a5c3fd4a34264dc8f193ae02da0e18576e54
  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

Overview

This is the Prometheus Go client library. It provides several distinct functions, and there is separate documentation for each respective component. You will want to select the appropriate topic below to continue your journey:

  1. See the exposition library if you want to export metrics to a Prometheus server or pushgateway

  2. See the consumption library if you want to process metrics exported by a Prometheus client. (The Prometheus server is using that library.)

GoDoc

Getting Started

Testing

$ go test ./...

Continuous Integration

Build Status

Contributing

See the contributing guidelines.