Make log package deprecated (#220)

Add missing Go-style Deprecated tag.

Signed-off-by: Ben Kochie <superq@gmail.com>
1 file changed
tree: 629ef783a44169b1bc150614186eef8a706f53e7
  1. config/
  2. expfmt/
  3. internal/
  4. log/
  5. model/
  6. promlog/
  7. route/
  8. server/
  9. version/
  10. .gitignore
  11. .travis.yml
  12. CONTRIBUTING.md
  13. go.mod
  14. go.sum
  15. LICENSE
  16. MAINTAINERS.md
  17. Makefile
  18. Makefile.common
  19. NOTICE
  20. 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

Deprecated

  • log: A logging wrapper around logrus