promlog: add comment for Config (#156)

Signed-off-by: Alex Yu <yu.alex96@gmail.com>
1 file changed
tree: f609ce91743c8653ff4c9a002c60b0a928141616
  1. config/
  2. expfmt/
  3. internal/
  4. log/
  5. model/
  6. promlog/
  7. route/
  8. version/
  9. .travis.yml
  10. CONTRIBUTING.md
  11. LICENSE
  12. MAINTAINERS.md
  13. NOTICE
  14. 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 information and metrics