vikunja/vendor/github.com/prometheus/procfs
konrad caf91d1904
All checks were successful
continuous-integration/drone/push Build is passing
Update xorm to use the new import path (#133)
Fix ineffassign

Fix getting all labels including the ones not associated to a task

Signed-off-by: kolaente <k@knt.li>

Fix logging sql queries

Signed-off-by: kolaente <k@knt.li>

Start fixing getting all labels

Update xormigrate

Update xorm to use the new import path

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#133
2020-02-14 16:34:25 +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 Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
.gitignore 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
CONTRIBUTING.md 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 Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
ipvs.go 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 Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +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
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
NOTICE 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
proc.go 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
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

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