gitea/vendor/github.com/prometheus/procfs
Mura Li d77176912b Use Go1.11 module (#5743)
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
2019-03-27 19:15:23 +08:00
..
internal/util Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
nfs Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
xfs Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
.gitignore Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
CONTRIBUTING.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
LICENSE Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
MAINTAINERS.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
Makefile Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
NOTICE Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
README.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
buddyinfo.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
doc.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
fixtures.ttar Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
fs.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
ipvs.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
mdstat.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
mountstats.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
net_dev.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
proc.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
proc_io.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
proc_limits.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
proc_ns.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
proc_stat.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
stat.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
ttar Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
xfrm.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05: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