Commit Graph

9 Commits

Author SHA1 Message Date
Dinesh Nagar ce03eb3c36 removed left-pad module (#218) 2019-05-22 10:16:09 +02:00
Yoshi Yamaguchi 7f40378ecc log: change log format to JSON payload for better log in Stackdriver (#66)
change the log format in Python and Node.js services.

Effected services are currencyservice, emailservice, paymentservice,
and recommendationservice. Loadgenerator is left as is because of
the diffculty to change the log format and log target in locust.

ref. #47
2018-10-05 11:23:45 -07:00
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
morganmclean 88b29516fb Added node.js client tracing 2018-07-11 15:40:38 -07:00
Ace Nassri b5b6d255ba Move to new proto + add magic of left-pad 2018-06-29 11:08:07 -07:00
Ahmet Alp Balkan 98d9c87e72 currencyservice: [WIP] money proto migration
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-06-29 11:08:07 -07:00
Ace Nassri 1fa7b44c83 Fix bugs 2018-06-22 14:51:01 -07:00
Ace Nassri 057d8ae35a Switch to genproto.sh 2018-06-22 14:14:43 -07:00
Ace Nassri 28a6fbb8f1 Initial commit 2018-06-22 13:43:39 -07:00