Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Add Prometheus metrics for service creation (#75)
Browse files Browse the repository at this point in the history
* Add prometheus to dependencies

* Add service creation prometheus metrics

Signed-off-by: terrytangyuan <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan authored Apr 16, 2020
1 parent fe83529 commit 2780782
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 7 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ require (
github.com/google/btree v1.0.0 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
k8s.io/api v0.15.10
Expand Down
Loading

0 comments on commit 2780782

Please sign in to comment.