Implement Prometheus metrics

This commit is contained in:
TwinProduction
2019-11-16 15:46:52 -05:00
parent 9cf118996d
commit 3620e5306c
174 changed files with 54941 additions and 0 deletions

6
vendor/github.com/prometheus/procfs/.golangci.yml generated vendored Normal file
View File

@ -0,0 +1,6 @@
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
enable:
- staticcheck
- govet
disable-all: true