9912488b03
Using tabs to align things has the downside that people who have set the tabstop to be of a different lenght than the orignial author's run the risk of not having the alignment stay. In the current Makefile before this change people with tabstop of 4 do not see the equals line up. |
||
---|---|---|
Godeps | ||
examples | ||
extraction | ||
model | ||
prometheus | ||
text | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
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.