kops/vendor/github.com/prometheus/client_golang
Justin Santa Barbara b3dedbe287 Update vendor 2017-03-16 02:40:45 -04:00
..
api/prometheus Update vendor 2017-03-16 02:40:45 -04:00
examples Include vendored dependencies 2016-07-05 00:03:07 -04:00
prometheus Update vendor 2017-03-16 02:40:45 -04:00
.gitignore Include vendored dependencies 2016-07-05 00:03:07 -04:00
.travis.yml Update vendor 2017-03-16 02:40:45 -04:00
AUTHORS.md Update vendor 2017-03-16 02:40:45 -04:00
CHANGELOG.md Include vendored dependencies 2016-07-05 00:03:07 -04:00
CONTRIBUTING.md Include vendored dependencies 2016-07-05 00:03:07 -04:00
LICENSE Include vendored dependencies 2016-07-05 00:03:07 -04:00
NOTICE Include vendored dependencies 2016-07-05 00:03:07 -04:00
README.md Include vendored dependencies 2016-07-05 00:03:07 -04:00
VERSION Include vendored dependencies 2016-07-05 00:03:07 -04:00

README.md

Prometheus Go client library

Build Status

This is the Go client library for Prometheus. It has two separate parts, one for instrumenting application code, and one for creating clients that talk to the Prometheus HTTP API.

Instrumenting applications

code-coverage go-doc

The prometheus directory contains the instrumentation library. See the best practices section of the Prometheus documentation to learn more about instrumenting applications.

The examples directory contains simple examples of instrumented code.

Client for the Prometheus HTTP API

code-coverage go-doc

The api/prometheus directory contains the client for the Prometheus HTTP API. It allows you to write Go applications that query time series data from a Prometheus server.

Where is model, extraction, and text?

The model packages has been moved to prometheus/common/model.

The extraction and text packages are now contained in prometheus/common/expfmt.

Contributing and community

See the contributing guidelines and the Community section of the homepage.