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

..03-May-2022-

.circleci/H09-Jun-2021-

config/H09-Jun-2021-

expfmt/H09-Jun-2021-

internal/bitbucket.org/ww/goautoneg/H09-Jun-2021-

model/H09-Jun-2021-

promlog/H09-Jun-2021-

route/H09-Jun-2021-

server/H09-Jun-2021-

version/H09-Jun-2021-

.gitignoreH A D09-Jun-20217

CODE_OF_CONDUCT.mdH A D09-Jun-2021155

CONTRIBUTING.mdH A D09-Jun-2021870

LICENSEH A D09-Jun-202111.1 KiB

MAINTAINERS.mdH A D09-Jun-202160

MakefileH A D09-Jun-2021756

Makefile.commonH A D09-Jun-20219.6 KiB

NOTICEH A D09-Jun-2021178

README.mdH A D09-Jun-2021728

go.modH A D09-Jun-2021583

go.sumH A D09-Jun-202146.2 KiB

README.md

1# Common
2![circleci](https://circleci.com/gh/prometheus/common/tree/main.svg?style=shield)
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