You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/vendor/github.com/prometheus/common
..
expfmt
internal/bitbucket.org/ww/goautoneg
log
model
route
.travis.yml
AUTHORS.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md

README.md

Common

Build Status

This repository contains Go libraries that are shared across Prometheus components and libraries.

  • model: Shared data structures
  • expfmt: Decoding and encoding for the exposition format
  • route: A routing wrapper around httprouter using context.Context
  • log: A logging wrapper around logrus