clair/vendor/github.com/prometheus/common/README.md
2016-06-07 10:08:50 +02:00

512 B

Common

Build Status

This repository contains Go libraries that are shared across Prometheus components and libraries.

  • model: Shared data structures
  • expfmt: Decoding and encoding for the exposition format
  • route: A routing wrapper around httprouter using context.Context
  • log: A logging wrapper around logrus