containerd/vendor/github.com/prometheus/common
Davanum Srinivas c4205721ee
Update vendor/ directory
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-06-22 08:45:11 -04:00
..
expfmt Update vendor/ directory 2020-06-22 08:45:11 -04:00
internal/bitbucket.org/ww/goautoneg vendor: update containerd 0131015594 2020-03-05 23:49:40 +01:00
model vendor: update containerd 0131015594 2020-03-05 23:49:40 +01:00
go.mod Update vendor/ directory 2020-06-22 08:45:11 -04:00
LICENSE Update containerd to 129167132c. 2018-02-21 02:52:57 +00:00
NOTICE Update containerd to 129167132c. 2018-02-21 02:52:57 +00:00
README.md vendor: update containerd 0131015594 2020-03-05 23:49:40 +01: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
  • model: Shared data structures
  • promlog: A logging wrapper around go-kit/log
  • route: A routing wrapper around httprouter using context.Context
  • server: Common servers
  • version: Version information and metrics

Deprecated

  • log: A logging wrapper around logrus