DockerCLI/vendor/github.com/prometheus/common
Sebastiaan van Stijn ed339fa5c1
vendor: update prometheus deps to match docker/docker
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-09 14:57:00 +02:00
..
expfmt vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
internal/bitbucket.org/ww/goautoneg vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
model vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
LICENSE Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
NOTICE Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
README.md vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
go.mod vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02: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
  • 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