You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/vendor/github.com/prometheus/client_golang
Jimmy Zelinskie 35df9d5846
vendor: regenerate vendor directory with glide
7 years ago
..
api/prometheus vendor: regenerate vendor directory with glide 7 years ago
examples vendor: regenerate vendor directory with glide 7 years ago
prometheus vendor: regenerate vendor directory with glide 7 years ago
.gitignore vendor: regenerate vendor directory with glide 7 years ago
.travis.yml vendor: regenerate vendor directory with glide 7 years ago
AUTHORS.md vendor: regenerate vendor directory with glide 7 years ago
CHANGELOG.md vendor: regenerate vendor directory with glide 7 years ago
CONTRIBUTING.md vendor: regenerate vendor directory with glide 7 years ago
LICENSE vendor: regenerate vendor directory with glide 7 years ago
NOTICE vendor: regenerate vendor directory with glide 7 years ago
README.md vendor: regenerate vendor directory with glide 7 years ago
VERSION vendor: regenerate vendor directory with glide 7 years ago

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.