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

..03-May-2022-

config/H18-May-2018-

expfmt/H18-May-2018-

internal/bitbucket.org/ww/goautoneg/H18-May-2018-

log/H18-May-2018-

model/H18-May-2018-

promlog/H18-May-2018-

route/H18-May-2018-

version/H18-May-2018-

.travis.ymlH A D18-May-201848

CONTRIBUTING.mdH A D18-May-2018870

LICENSEH A D18-May-201811.1 KiB

MAINTAINERS.mdH A D18-May-201847

NOTICEH A D18-May-2018178

README.mdH A D18-May-2018605

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 information and metrics
13