replaced go-kit/kit with go-kit/log

Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
4 files changed
tree: df54b94a16f97f995c69f8e2e09e82e3431c7d2a
  1. .circleci/
  2. config/
  3. expfmt/
  4. internal/
  5. log/
  6. model/
  7. promlog/
  8. route/
  9. server/
  10. version/
  11. .gitignore
  12. CODE_OF_CONDUCT.md
  13. CONTRIBUTING.md
  14. go.mod
  15. go.sum
  16. LICENSE
  17. MAINTAINERS.md
  18. Makefile
  19. Makefile.common
  20. NOTICE
  21. README.md
README.md

Common

circleci

This repository contains Go libraries that are shared across Prometheus components and libraries. They are considered internal to Prometheus, without any stability guarantees for external usage.

  • 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