v0.2.0
Merge pull request #168 from prometheus/beorn7/format

Revert "Ensure there's always a . or e in floats. (#162)"
tree: 9e55c63c1b2dd4bc2f58a09e15cc30836e1250f7
  1. config/
  2. expfmt/
  3. internal/
  4. log/
  5. model/
  6. promlog/
  7. route/
  8. version/
  9. .travis.yml
  10. CONTRIBUTING.md
  11. go.mod
  12. go.sum
  13. LICENSE
  14. MAINTAINERS.md
  15. Makefile
  16. Makefile.common
  17. NOTICE
  18. 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
  • log: A logging wrapper around logrus
  • model: Shared data structures
  • route: A routing wrapper around httprouter using context.Context
  • version: Version information and metrics