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

..03-May-2022-

config/H17-Jun-2019-2,1141,774

expfmt/H17-Jun-2019-4,2943,617

internal/bitbucket.org/ww/goautoneg/H17-Jun-2019-237126

log/H17-Jun-2019-675458

model/H17-Jun-2019-3,9623,001

promlog/H17-Jun-2019-15384

route/H17-Jun-2019-272189

server/H17-Jun-2019-12685

version/H17-Jun-2019-9061

.travis.ymlH A D17-Jun-2019314 1513

CONTRIBUTING.mdH A D17-Jun-2019870 1914

LICENSEH A D17-Jun-201911.1 KiB202169

MAINTAINERS.mdH A D17-Jun-201950 21

MakefileH A D17-Jun-2019760 226

Makefile.commonH A D17-Jun-20198.8 KiB270197

NOTICEH A D17-Jun-2019178 64

README.mdH A D17-Jun-2019634 1411

go.modH A D17-Jun-2019693 1917

go.sumH A D17-Jun-20198.2 KiB8786

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* **server**: Common servers
13* **version**: Version information and metrics
14