File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ LABEL maintainer="Infinity Works"
33
44ENV GO111MODULE=on
55
6- COPY ./ /go/src/github.com/infinityworks /github-exporter
7- WORKDIR /go/src/github.com/infinityworks /github-exporter
6+ COPY ./ /go/src/github.com/githubexporter /github-exporter
7+ WORKDIR /go/src/github.com/githubexporter /github-exporter
88
99RUN go mod download \
1010 && go test ./... \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 - 9171
99 ports :
1010 - 9171:9171
11- image : infinityworks /github-exporter:latest
11+ image : githubexporter /github-exporter:latest
1212 environment :
1313 - REPOS=<REPOS you want to monitor>
1414 - GITHUB_TOKEN=<your github api token>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func NewServer(exporter exporter.Exporter) *Server {
2727 <head><title>Github Exporter</title></head>
2828 <body>
2929 <h1>GitHub Prometheus Metrics Exporter</h1>
30- <p>For more information, visit <a href=https://github.com/infinityworks /github-exporter>GitHub</a></p>
30+ <p>For more information, visit <a href=https://github.com/githubexporter /github-exporter>GitHub</a></p>
3131 <p><a href='` + exporter .MetricsPath () + `'>Metrics</a></p>
3232 </body>
3333 </html>
You can’t perform that action at this time.
0 commit comments