Skip to content

Commit

Permalink
Merge pull request #50 from whywaita/feat/46
Browse files Browse the repository at this point in the history
add metrics endpoint
  • Loading branch information
whywaita authored May 21, 2021
2 parents 21a64f0 + a841b58 commit e4f7999
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 25 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ require (
github.com/hashicorp/go-plugin v1.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/ory/dockertest/v3 v3.6.2
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/satori/go.uuid v1.2.0
goji.io v2.0.2+incompatible
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/grpc v1.33.2
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
google.golang.org/protobuf v1.26.0
Expand Down
Loading

0 comments on commit e4f7999

Please sign in to comment.