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

..03-May-2022-

config/H20-Jan-2020-

expfmt/H20-Jan-2020-

internal/bitbucket.org/ww/goautoneg/H20-Jan-2020-

log/H20-Jan-2020-

model/H20-Jan-2020-

promlog/H20-Jan-2020-

route/H20-Jan-2020-

server/H20-Jan-2020-

version/H20-Jan-2020-

.gitignoreH A D20-Jan-20207

.travis.ymlH A D20-Jan-2020305

CONTRIBUTING.mdH A D20-Jan-2020870

LICENSEH A D20-Jan-202011.1 KiB

MAINTAINERS.mdH A D20-Jan-202050

MakefileH A D20-Jan-2020756

Makefile.commonH A D20-Jan-20209 KiB

NOTICEH A D20-Jan-2020178

README.mdH A D20-Jan-2020749

go.modH A D20-Jan-2020829

go.sumH A D20-Jan-20209.8 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