vikunja/vendor/github.com/prometheus/procfs
konrad a464d1760c
continuous-integration/drone/push Build was killed Details
Add logging for invalid model errors (#126)
Add logging for invalid model errors

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#126
2020-01-26 19:40:23 +00:00
..
internal/util Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
nfs Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
xfs Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
.gitignore Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
CONTRIBUTING.md Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
LICENSE Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
MAINTAINERS.md Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
Makefile Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
Makefile.common Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
NOTICE Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
README.md Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
buddyinfo.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
doc.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
fixtures.ttar Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
fs.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
go.mod Add logging for invalid model errors (#126) 2020-01-26 19:40:23 +00:00
ipvs.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
mdstat.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
mountstats.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
net_dev.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
proc.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
proc_io.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
proc_limits.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
proc_ns.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
proc_stat.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
stat.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
ttar Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
xfrm.go Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00: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