Skip to content

Commit 6fc1598

Browse files
authored
Merge pull request #20 from utilitywarehouse/metrics
Add queue metrics
2 parents 4dbf523 + 5d7ac9b commit 6fc1598

File tree

4 files changed

+383
-2
lines changed

4 files changed

+383
-2
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/hashicorp/golang-lru v0.5.4 // indirect
1111
github.com/imdario/mergo v0.3.11 // indirect
1212
github.com/mattn/go-colorable v0.1.8 // indirect
13+
github.com/prometheus/client_golang v1.10.0
1314
github.com/stretchr/testify v1.6.1
1415
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
1516
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)