Update link for referenced CNCF code of conduct

xref: https://github.com/prometheus/client_golang/pull/1041
xref: https://github.com/prometheus/client_golang/pull/1039
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
1 file changed
tree: 2c9d1aa2af13a34373c20ac30b1c63f2ddbd47ba
  1. .circleci/
  2. .github/
  3. assets/
  4. config/
  5. expfmt/
  6. internal/
  7. model/
  8. promlog/
  9. route/
  10. server/
  11. sigv4/
  12. version/
  13. .gitignore
  14. .yamllint
  15. CODE_OF_CONDUCT.md
  16. CONTRIBUTING.md
  17. go.mod
  18. go.sum
  19. LICENSE
  20. MAINTAINERS.md
  21. Makefile
  22. Makefile.common
  23. NOTICE
  24. README.md
  25. SECURITY.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.

  • assets: Embedding of static assets with gzip support
  • 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