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

..03-May-2022-

config/H13-Sep-2019-

expfmt/H13-Sep-2019-

internal/bitbucket.org/ww/goautoneg/H13-Sep-2019-

log/H13-Sep-2019-

model/H13-Sep-2019-

promlog/H13-Sep-2019-

route/H13-Sep-2019-

server/H13-Sep-2019-

version/H13-Sep-2019-

.gitignoreH A D13-Sep-20197

.travis.ymlH A D13-Sep-2019305

CONTRIBUTING.mdH A D13-Sep-2019870

LICENSEH A D13-Sep-201911.1 KiB

MAINTAINERS.mdH A D13-Sep-201950

MakefileH A D13-Sep-2019756

Makefile.commonH A D13-Sep-20199 KiB

NOTICEH A D13-Sep-2019178

README.mdH A D13-Sep-2019749

go.modH A D13-Sep-2019857

go.sumH A D13-Sep-20199.6 KiB

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* **model**: Shared data structures
10* **promlog**: A logging wrapper around [go-kit/log](https://github.com/go-kit/kit/tree/master/log)
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
15## Deprecated
16* **log**: A logging wrapper around [logrus](https://github.com/sirupsen/logrus)
17