Add go-kit/log interface compatibility
1 file changed
tree: faacf7b5fdd7cbec5b5203d2ef4b78f96730fcfe
  1. config/
  2. expfmt/
  3. internal/
  4. log/
  5. model/
  6. route/
  7. version/
  8. .travis.yml
  9. CONTRIBUTING.md
  10. LICENSE
  11. MAINTAINERS.md
  12. NOTICE
  13. README.md
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
  • log: A logging wrapper around logrus
  • model: Shared data structures
  • route: A routing wrapper around httprouter using context.Context
  • version: Version informations and metric