Tags: open-telemetry/opentelemetry-demo
Tags
Makefile does not always use `DOCKER_COMPOSE_ENV` var (#1759) Let say that you add a `/src/adservice/Dockerfile.elastic` to the project to build a specific version of the image. So you add the following line to the `.env.override` file: ```env AD_SERVICE_DOCKERFILE=./src/adservice/Dockerfile.elastic ``` If you run: ```sh make redeploy ``` The `/src/adservice/Dockerfile.elastic` should be used instead the default one. This commit adds `DOCKER_COMPOSE_ENV` variable anywhere it's needed. Closes #1758.
[checkout] fix kafka restart (#1590) * fix kafka acks * Update src/checkoutservice/main.go Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * align attribute names with semantic conventions * checkout: recover from kafka restart --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
PreviousNext