Remove common/log.

This is no longer used by the Prometheus org. We've switched to promlog
and go-kit logging.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
8 files changed
tree: 46ea98e82d73e52174f5a7b53d9dfed08c450c90
  1. config/
  2. expfmt/
  3. internal/
  4. model/
  5. promlog/
  6. route/
  7. server/
  8. version/
  9. .gitignore
  10. .travis.yml
  11. CONTRIBUTING.md
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS.md
  16. Makefile
  17. Makefile.common
  18. NOTICE
  19. 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
  • 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