cri-o/vendor/github.com/prometheus/common
Mrunal Patel 0e1452a4ec Add a /metrics endpoint for the server
This is for prometheus integration

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-08-10 13:44:42 -04:00
..
expfmt Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
internal/bitbucket.org/ww/goautoneg Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
model Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
LICENSE Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
NOTICE Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
README.md Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00

Common

Build Status

This repository contains Go libraries that are shared across Prometheus components and libraries.

  • config: Common configuration structures
  • expfmt: Decoding and encoding for the exposition format
  • log: A logging wrapper around logrus
  • model: Shared data structures
  • route: A routing wrapper around httprouter using context.Context
  • version: Version informations and metric