chore(deps): update client_golang

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2 files changed
tree: 90aa127b335d09baf32689ac82241a457c22c0bf
  1. .circleci/
  2. config/
  3. expfmt/
  4. internal/
  5. model/
  6. promlog/
  7. route/
  8. server/
  9. version/
  10. .gitignore
  11. CODE_OF_CONDUCT.md
  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

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