client_golang/README.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

# Prometheus Go client library
2012-05-20 01:59:25 +04:00
[![Build Status](https://travis-ci.org/prometheus/client_golang.svg?branch=master)](https://travis-ci.org/prometheus/client_golang) [![code-coverage](http://gocover.io/_badge/github.com/prometheus/client_golang/prometheus)](http://gocover.io/github.com/prometheus/client_golang/prometheus) [![go-doc](https://godoc.org/github.com/prometheus/client_golang/prometheus?status.svg)](https://godoc.org/github.com/prometheus/client_golang/prometheus)
2012-05-20 01:59:25 +04:00
This is the [Go](http://golang.org) client library for
[Prometheus](http://prometheus.io).
2012-05-20 01:59:25 +04:00
## Instrumenting applications
For instrumenting your Go application code with Prometheus metrics, see the
[documentation of the exposition client](https://godoc.org/github.com/prometheus/client_golang/prometheus).
## Consuming exported metrics
If you want to process metrics exported by a Prometheus client, see the
[consumption library documentation](https://godoc.org/github.com/prometheus/client_golang/extraction).
(The Prometheus server is using that library.)
2012-05-20 01:59:25 +04:00
# Testing
$ go test ./...
## Contributing and community
See the [contributing guidelines](CONTRIBUTING.md) and the
[Community section](http://prometheus.io/community/) of the homepage.