...
1# Common
2
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* **assets**: Embedding of static assets with gzip support
9* **config**: Common configuration structures
10* **expfmt**: Decoding and encoding for the exposition format
11* **model**: Shared data structures
12* **promlog**: A logging wrapper around [go-kit/log](https://github.com/go-kit/kit/tree/master/log)
13* **route**: A routing wrapper around [httprouter](https://github.com/julienschmidt/httprouter) using `context.Context`
14* **server**: Common servers
15* **version**: Version information and metrics
View as plain text