go-common/vendor/github.com/prometheus/common
MiaoWoo fc4fa37393 Create & Init Project... 2019-04-22 18:49:16 +08:00
..
config Create & Init Project... 2019-04-22 18:49:16 +08:00
expfmt Create & Init Project... 2019-04-22 18:49:16 +08:00
internal/bitbucket.org/ww/goautoneg Create & Init Project... 2019-04-22 18:49:16 +08:00
log Create & Init Project... 2019-04-22 18:49:16 +08:00
model Create & Init Project... 2019-04-22 18:49:16 +08:00
route Create & Init Project... 2019-04-22 18:49:16 +08:00
version Create & Init Project... 2019-04-22 18:49:16 +08:00
CONTRIBUTING.md Create & Init Project... 2019-04-22 18:49:16 +08:00
LICENSE Create & Init Project... 2019-04-22 18:49:16 +08:00
MAINTAINERS.md Create & Init Project... 2019-04-22 18:49:16 +08:00
NOTICE Create & Init Project... 2019-04-22 18:49:16 +08:00
README.md Create & Init Project... 2019-04-22 18:49:16 +08:00

README.md

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 informations and metric