mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Add github exporter
This commit is contained in:
@@ -34,7 +34,7 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets: ["pushgateway:9091"]
|
||||
- job_name: "dockerhub"
|
||||
scrape_interval: 60s
|
||||
scrape_interval: 300s
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets: ["home.toozhao.com:9170"]
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
version: "3.5"
|
||||
services:
|
||||
github-exporter:
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
- 9171:9171
|
||||
image: infinityworks/github-exporter:latest
|
||||
environment:
|
||||
- REPOS=wahyd4/work-in-australia, wahyd4/aria2-ariang-docker, wahyd4/aria2-ariang-x-docker-compose
|
||||
- GITHUB_TOKEN=6bc9a1aa2d8a13da59127d4184167acc84e7bbfa
|
||||
Reference in New Issue
Block a user