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

..03-May-2022-

config/H17-Jun-2019-

expfmt/H17-Jun-2019-

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

log/H17-Jun-2019-

model/H17-Jun-2019-

promlog/H17-Jun-2019-

route/H17-Jun-2019-

server/H17-Jun-2019-

version/H17-Jun-2019-

.travis.ymlH A D17-Jun-2019314

CONTRIBUTING.mdH A D17-Jun-2019870

LICENSEH A D17-Jun-201911.1 KiB

MAINTAINERS.mdH A D17-Jun-201950

MakefileH A D17-Jun-2019760

Makefile.commonH A D17-Jun-20198.8 KiB

NOTICEH A D17-Jun-2019178

README.mdH A D17-Jun-2019634

go.modH A D17-Jun-2019693

go.sumH A D17-Jun-20198.2 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* **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