1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-20 09:52:57 +00:00
promcertcheck/vendor/github.com/prometheus/client_golang
Knut Ahlers 328cc40d38
Switch to dep for dependency managment, update deps
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-05 16:06:22 +01:00
..
api/prometheus Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
examples Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
prometheus Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
.gitignore Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
.travis.yml Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
AUTHORS.md Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
CHANGELOG.md Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
CONTRIBUTING.md Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
LICENSE Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
NOTICE Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
README.md Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00
VERSION Switch to dep for dependency managment, update deps 2017-11-05 16:06:22 +01:00

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.