microservices-demo/src/checkoutservice
rghetia 7f2ecfea9e Instrument Go service with Stats and monitored resources. (#30)
added default views for stats  for http and grpc in Go services only.
added monitored resources for go.
2018-08-24 16:30:50 -07:00
..
genproto checkoutservice: remove PrepareOrder rpc 2018-06-29 11:08:09 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
.dockerignore go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
Dockerfile go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
Gopkg.lock Instrument Go service with Stats and monitored resources. (#30) 2018-08-24 16:30:50 -07:00
Gopkg.toml Instrument Go service with Stats and monitored resources. (#30) 2018-08-24 16:30:50 -07:00
main.go Instrument Go service with Stats and monitored resources. (#30) 2018-08-24 16:30:50 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00

checkoutservice

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only