microservices-demo/src
Ace Nassri 6c37a96f3a Add health checks to Node.js services (#26)
* Move Node healthchecks to gRPC

* gitignore proto files

* Switch to standard health RPC

* Fix lint

* Update client.js

* Add protos back + update them

* node services: fix & run genproto.sh

this gets currencyservice to work but paymentservice is still crashing
in the docker container.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* Fix docker breaking

* update dockerfiles with released health probe

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-19 12:35:22 -07:00
..
adservice adservice: use grpc health checks (#29) 2018-09-19 12:35:07 -07:00
cartservice go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
checkoutservice Remove monitored resource autodetect (#42) 2018-09-14 12:27:25 -07:00
currencyservice Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
emailservice grpc: add health checks to python services (#28) 2018-09-19 12:34:56 -07:00
frontend Remove monitored resource autodetect (#42) 2018-09-14 12:27:25 -07:00
loadgenerator Add more license headers 2018-07-25 21:25:27 -07:00
paymentservice Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
productcatalogservice Remove monitored resource autodetect (#42) 2018-09-14 12:27:25 -07:00
recommendationservice grpc: add health checks to python services (#28) 2018-09-19 12:34:56 -07:00
shippingservice Remove monitored resource autodetect (#42) 2018-09-14 12:27:25 -07:00
.gitignore use dep to lock Go dependencies (without vendor/) 2018-07-30 19:18:05 -07:00