containerd/vendor/github.com/prometheus/common
Sebastiaan van Stijn 24cbca5a78
vendor: update containerd 0131015594
full diff: e1221e69a8...0131015594

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-05 23:49:40 +01:00
..
expfmt vendor: update containerd 0131015594 2020-03-05 23:49:40 +01: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 vendor: update containerd 0131015594 2020-03-05 23:49:40 +01: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