minio/vendor/github.com/prometheus/procfs
Ashish Kumar Sinha 9ebb72aa99 Introduce new unauthenticated endpoint /metric (#5723) (#5829)
/metric exposes Promethus compatible data for scraping metrics

Fixes: #5723
2018-04-18 16:01:42 -07:00
..
internal/util Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
nfs Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
xfs Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
CONTRIBUTING.md Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
LICENSE Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
MAINTAINERS.md Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
Makefile Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
NOTICE Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
README.md Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
buddyinfo.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
doc.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
fixtures.ttar Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
fs.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
ipvs.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
mdstat.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
mountstats.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
net_dev.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
proc.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
proc_io.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
proc_limits.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
proc_ns.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
proc_stat.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
stat.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
ttar Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07:00
xfrm.go Introduce new unauthenticated endpoint /metric (#5723) (#5829) 2018-04-18 16:01:42 -07: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