distribution/vendor/github.com/prometheus/procfs
tifayuki e3c37a46e2 Add Prometheus Metrics
at the first iteration, only the following metrics are collected:

  - HTTP metrics of each API endpoint
  - cache counter for request/hit/miss
  - histogram of storage actions, including:
    GetContent, PutContent, Stat, List, Move, and Delete

Signed-off-by: tifayuki <tifayuki@gmail.com>
2018-02-09 14:27:51 -08:00
..
internal/util Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
nfs Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
xfs Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
LICENSE Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
NOTICE Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
README.md Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
buddyinfo.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
doc.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
fs.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
ipvs.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
mdstat.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
mountstats.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
net_dev.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_io.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_limits.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_ns.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
proc_stat.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
stat.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
xfrm.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00

README.md

procfs

This procfs package provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.

WARNING: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk.

GoDoc Build Status Go Report Card