Prometheus metrics support added.

This commit is contained in:
Musab Gültekin
2019-06-21 20:05:28 +03:00
parent 141bab0d05
commit 88c4b1dd35
6 changed files with 114 additions and 16 deletions

2
go.mod
View File

@ -8,7 +8,9 @@ require (
github.com/chromedp/chromedp v0.3.1-0.20190617065505-d55cf9043e05
github.com/fortytw2/leaktest v1.3.0
github.com/fpfeng/httpcache v0.0.0-20181220155740-6b8f16a92be3
github.com/go-kit/kit v0.8.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/text v0.3.2 // indirect
)