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

..03-May-2022-

.circleci/H03-Aug-2020-

config/H03-Aug-2020-

expfmt/H03-Aug-2020-

internal/bitbucket.org/ww/goautoneg/H03-Aug-2020-

log/H03-Aug-2020-

model/H03-Aug-2020-

promlog/H03-Aug-2020-

route/H03-Aug-2020-

server/H03-Aug-2020-

version/H03-Aug-2020-

.gitignoreH A D03-Aug-20207

.travis.ymlH A D03-Aug-2020305

CODE_OF_CONDUCT.mdH A D03-Aug-2020155

CONTRIBUTING.mdH A D03-Aug-2020870

LICENSEH A D03-Aug-202011.1 KiB

MAINTAINERS.mdH A D03-Aug-202050

MakefileH A D03-Aug-2020756

Makefile.commonH A D03-Aug-20209.6 KiB

NOTICEH A D03-Aug-2020178

README.mdH A D03-Aug-2020846

go.modH A D03-Aug-2020739

go.sumH A D03-Aug-202044.4 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. They are considered internal to Prometheus, without
6any stability guarantees for external usage.
7
8* **config**: Common configuration structures
9* **expfmt**: Decoding and encoding for the exposition format
10* **model**: Shared data structures
11* **promlog**: A logging wrapper around [go-kit/log](https://github.com/go-kit/kit/tree/master/log)
12* **route**: A routing wrapper around [httprouter](https://github.com/julienschmidt/httprouter) using `context.Context`
13* **server**: Common servers
14* **version**: Version information and metrics
15
16## Deprecated
17* **log**: A logging wrapper around [logrus](https://github.com/sirupsen/logrus)
18