Files
gentoo/app-metrics/github-exporter/files/github-exporter.confd
William Hubbs afb543bed5 app-metrics/github-exporter: Export github statistics to prometheus
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh@gentoo.org>
2019-01-11 18:48:21 -06:00

15 lines
507 B
Plaintext

# settings for github-exporter
# I will list the required variables here, but there are several more.
# Please see the README for all of them.
# LISTEN_PORT specifies the port the exporter will use. Below is the default.
# LISTEN_PORT=9171
# ORGS should contain a list of github organizations you wish to monitor.
# ORGS="org1,org2"
# REPOS should contain a list of github repos you want tomonitor.
# If neither ORGS nor REPOS is set, the exporter will refuse to run.
# REPOS="user1/repo1,user2/repo2"