223315ae31
Add initial HTTP API v1 package |
||
---|---|---|
api/prometheus | ||
examples | ||
extraction | ||
model | ||
prometheus | ||
text | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE | ||
README.md | ||
VERSION |
README.md
Prometheus Go client library
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.