microservices-demo/src/checkoutservice
Yoshi Yamaguchi 1c057fcbd8 aligning function name and log message to the official product name ()
* log: change log format to JSON payload for better log in Stackdriver

change the log format in Go written service from text payload to
JSON payload using 3rd party logging library (logrus).

https://cloud.google.com/logging/docs/structured-logging
33a1e118e1/json_formatter.go (L40-L49)

Effected services are frontend, productcatalogservice, checkoutservice,
and shippinservice.

Also change target container registry and locust scenario for testing.

* revert kubernetes manifests to point to the original container registry URLs

* revert skaffold.yaml to point to the original registry

* loadgenerator: revert locust settings

* align all function names and messages to the official product name "Stackdriver"
2019-06-13 00:46:33 -07:00
..
genproto adservice: find relevant ads by category () 2018-10-01 22:44:56 -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 Update docker images for go to 1.12 () 2019-04-01 10:50:44 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
Gopkg.lock Add jaeger export to checkoutservice. () 2019-01-10 10:25:07 -08:00
Gopkg.toml Change log format to JSON and log destination to stdout () 2018-09-25 16:43:17 -07:00
main.go aligning function name and log message to the official product name () 2019-06-13 00:46:33 -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