Files
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
..
2020-06-22 08:45:11 -04:00
2020-06-22 08:45:11 -04:00
2018-02-21 02:52:57 +00:00
2018-02-21 02:52:57 +00:00
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