GitHub / radiofrance / process-exporter
Prometheus exporter that mines /proc to report on selected processes
JSON API: https://ecosystem.code.gouv.fr/api/v1/hosts/GitHub/repositories/radiofrance%2Fprocess-exporter
Fork de ncabatoff/process-exporter
étoiles: 0
forks: 0
issues ouvertes: 1
licence: mit
langage:
taille: 2,25 Mo
dépendances analysées:
480
date de création: il y a plus d'un an
date de mise à jour: il y a plus d'un an
enregistré: il y a plus d'un an
dernière synchronisation: il y a 4 jours
.github/workflows/build.yml
actions
- actions/checkout master composite
- actions/setup-go v2 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/metadata-action v3 composite
- docker/setup-buildx-action v1 composite
.github/workflows/release.yml
actions
- actions/checkout v2 composite
- actions/setup-go v2 composite
- goreleaser/goreleaser-action v2 composite
Dockerfile
docker
go.mod
go
- github.com/google/go-cmp v0.5.6
- github.com/kr/pretty v0.3.0
- github.com/ncabatoff/fakescraper v0.0.0-20201102132415-4b37ba603d65
- github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833
- github.com/prometheus/client_golang v1.11.0
- github.com/prometheus/common v0.29.0
- github.com/prometheus/exporter-toolkit v0.7.0
- github.com/prometheus/procfs v0.7.3
- github.com/rogpeppe/go-internal v1.8.0
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v2 v2.4.0