opentelemetry-demo icon indicating copy to clipboard operation
opentelemetry-demo copied to clipboard

Add traffic to adservice & recommendataion service

Open dineshg13 opened this issue 3 years ago • 2 comments

Fixes #360

Changes

Please provide a brief description of the changes here.

  1. Add .venv to gitignore
  2. Format locustfile.py using black formatter
  3. Add additional routes in loadgenerator to hit frontend ads & recommendation endpoints
  4. Add PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python to ensure recommendation-service comes up.

Earlier PR was reverted https://github.com/open-telemetry/opentelemetry-demo/pull/375 because of issue. That has been addressed here.

dineshg13 avatar Sep 19 '22 19:09 dineshg13

@dineshg13, can you glance at this issue too while you're at it? https://github.com/open-telemetry/opentelemetry-demo/issues/381

cartersocha avatar Sep 20 '22 03:09 cartersocha

@cartersocha This PR address https://github.com/open-telemetry/opentelemetry-demo/issues/381 . I have added PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION to docker compose for recommendation service

dineshg13 avatar Sep 20 '22 13:09 dineshg13