2016-06-07 08:08:50 +00:00
|
|
|
# Common
|
|
|
|
[![Build Status](https://travis-ci.org/prometheus/common.svg)](https://travis-ci.org/prometheus/common)
|
|
|
|
|
|
|
|
This repository contains Go libraries that are shared across Prometheus
|
|
|
|
components and libraries.
|
|
|
|
|
2016-06-07 15:28:01 +00:00
|
|
|
* **model**: Shared data structures
|
2016-06-07 16:09:52 +00:00
|
|
|
* **expfmt**: Decoding and encoding for the exposition format
|
2016-06-07 15:28:01 +00:00
|
|
|
* **route**: A routing wrapper around [httprouter](https://github.com/julienschmidt/httprouter) using `context.Context`
|
2016-06-07 16:09:52 +00:00
|
|
|
* **log**: A logging wrapper around [logrus](https://github.com/Sirupsen/logrus)
|