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

..03-May-2022-

config/H18-May-2018-1,5041,245

expfmt/H18-May-2018-3,8173,183

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

log/H18-May-2018-675458

model/H18-May-2018-3,2612,423

promlog/H18-May-2018-9847

route/H18-May-2018-188137

version/H18-May-2018-9061

.travis.ymlH A D18-May-201848 75

CONTRIBUTING.mdH A D18-May-2018870 1914

LICENSEH A D18-May-201811.1 KiB202169

MAINTAINERS.mdH A D18-May-201847 21

NOTICEH A D18-May-2018178 64

README.mdH A D18-May-2018605 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 information and metrics
13