containerd/vendor/github.com/prometheus/common
Davanum Srinivas 963625d7bc
Update runc to v1.0.0-rc91
https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc91

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-07-04 14:46:03 -04:00
..
expfmt Update runc to v1.0.0-rc91 2020-07-04 14:46:03 -04:00
internal/bitbucket.org/ww/goautoneg vendor: bump prometheus/common v0.7.0 2020-01-13 15:10:10 +01:00
model vendor: bump prometheus/common v0.7.0 2020-01-13 15:10:10 +01:00
go.mod Update runc to v1.0.0-rc91 2020-07-04 14:46:03 -04:00
LICENSE Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
NOTICE Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
README.md vendor: bump prometheus/common v0.7.0 2020-01-13 15:10:10 +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