ingress-nginx-helm/vendor/github.com/prometheus/common
Manuel de Brito Fontes 2882fb5ebe Update go dependencies
2018-09-22 14:54:24 -03:00
..
expfmt Update go dependencies 2018-09-22 14:54:24 -03:00
internal/bitbucket.org/ww/goautoneg Update go dependencies 2018-05-26 16:27:45 -04:00
model Update go dependencies 2018-05-26 16:27:45 -04:00
.travis.yml Replace godep with dep 2017-10-06 17:26:14 -03:00
CONTRIBUTING.md Replace godep with dep 2017-10-06 17:26:14 -03:00
LICENSE Update godeps 2016-06-21 14:59:59 -07:00
MAINTAINERS.md Replace godep with dep 2017-10-06 17:26:14 -03:00
NOTICE Update godeps 2016-06-21 14:59:59 -07:00
README.md Update go dependencies 2018-05-26 16:27:45 -04:00

Common

Build Status

This repository contains Go libraries that are shared across Prometheus components and libraries.

  • config: Common configuration structures
  • expfmt: Decoding and encoding for the exposition format
  • log: A logging wrapper around logrus
  • model: Shared data structures
  • route: A routing wrapper around httprouter using context.Context
  • version: Version information and metrics