Added prometheus metrics tracking
Showing
- cmd/query-service/main.go 8 additions, 0 deletionscmd/query-service/main.go
- deployments/deployment.yml 6 additions, 3 deletionsdeployments/deployment.yml
- deployments/svc.yml 3 additions, 2 deletionsdeployments/svc.yml
- go.mod 1 addition, 4 deletionsgo.mod
- go.sum 315 additions, 40 deletionsgo.sum
... | ... | @@ -7,14 +7,11 @@ require ( |
git.science.uu.nl/datastrophe/keyvaluestore v0.0.0-20210517170603-34902cd5c90d | ||
git.science.uu.nl/datastrophe/query-conversion v0.0.0-20210518093948-06ff65cdf577 | ||
git.science.uu.nl/datastrophe/query-execution v0.0.0-20210518112715-043c7046dc7b | ||
github.com/arangodb/go-driver v0.0.0-20210518064911-4985e8be3d90 | ||
github.com/boumenot/gocover-cobertura v1.1.0 // indirect | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/thijsheijden/alice v0.1.18 | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect | ||
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect | ||
golang.org/x/tools v0.1.1 // indirect | ||
google.golang.org/grpc v1.37.1 | ||
google.golang.org/protobuf v1.26.0 | ||
) |
This diff is collapsed.
Please register or sign in to comment