Merge pull request #619 from bboreham/restore-sort

LabelSet.String: restore faster sort call
tree: 5b6662818e382a697945b496e7d2cd6bc8e86fac
  1. .circleci/
  2. .github/
  3. assets/
  4. config/
  5. expfmt/
  6. internal/
  7. model/
  8. promlog/
  9. route/
  10. scripts/
  11. server/
  12. sigv4/
  13. version/
  14. .gitignore
  15. .golangci.yml
  16. .yamllint
  17. CODE_OF_CONDUCT.md
  18. CONTRIBUTING.md
  19. go.mod
  20. go.sum
  21. LICENSE
  22. MAINTAINERS.md
  23. Makefile
  24. Makefile.common
  25. NOTICE
  26. README.md
  27. 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