Skip to content

Commit 855f1f4

Browse files
committed
Add metrics exporter for prometheus to scrape.
1 parent 53f699e commit 855f1f4

File tree

5 files changed

+431
-5
lines changed

5 files changed

+431
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ go 1.13
55
require (
66
github.com/abbot/go-http-auth v0.4.0
77
github.com/antlr/antlr4 v0.0.0-20200103163232-691acdc23f1f
8+
github.com/cespare/reflex v0.3.0 // indirect
89
github.com/cheggaaa/pb v2.0.7+incompatible
910
github.com/deckarep/golang-set v1.7.1
1011
github.com/go-sql-driver/mysql v1.5.0
1112
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
1213
github.com/gorilla/mux v1.7.3
13-
github.com/mattn/go-colorable v0.0.9 // indirect
14-
github.com/mattn/go-isatty v0.0.3 // indirect
14+
github.com/prometheus/client_golang v1.8.0
1515
github.com/spf13/cobra v0.0.5
1616
github.com/spf13/viper v1.6.1
17-
github.com/stretchr/testify v1.3.0
17+
github.com/stretchr/testify v1.4.0
1818
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
1919
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
2020
gopkg.in/fatih/color.v1 v1.7.0 // indirect

0 commit comments

Comments
 (0)