add unit tests to alerts, values, and route to increase test coverage (#158)

Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
3 files changed
tree: 7ce51a94e1f13dcfab7b162587a0ea1040c1f45b
  1. config/
  2. expfmt/
  3. internal/
  4. log/
  5. model/
  6. promlog/
  7. route/
  8. version/
  9. .travis.yml
  10. CONTRIBUTING.md
  11. LICENSE
  12. MAINTAINERS.md
  13. NOTICE
  14. 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