• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Feb-2019-

expfmt/H05-Feb-2019-1,6571,243

internal/bitbucket.org/ww/goautoneg/H05-Feb-2019-16399

model/H05-Feb-2019-1,7221,110

LICENSEH A D05-Feb-201911.1 KiB202169

NOTICEH A D05-Feb-2019178 64

README.mdH A D05-Feb-2019605 1310

README.md

1# Common
2[![Build Status](https://travis-ci.org/prometheus/common.svg)](https://travis-ci.org/prometheus/common)
3
4This repository contains Go libraries that are shared across Prometheus
5components and libraries.
6
7* **config**: Common configuration structures
8* **expfmt**: Decoding and encoding for the exposition format
9* **log**: A logging wrapper around [logrus](https://github.com/sirupsen/logrus)
10* **model**: Shared data structures
11* **route**: A routing wrapper around [httprouter](https://github.com/julienschmidt/httprouter) using `context.Context`
12* **version**: Version informations and metric
13