Skip to content

Commit

Permalink
loadgenerator service fix bug related to protobuf (open-telemetry#173)
Browse files Browse the repository at this point in the history
* Update probe version

* Windows-ify paths

* undo health probe version updates

* bug: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
  • Loading branch information
mic-max authored and GaryPWhite committed Jun 30, 2022
1 parent 2af196f commit bc684d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ git clone https://github.com/open-telemetry/opentelemetry-demo-webstore.git
cd opentelemetry-demo-webstore/
```

### Gradle Update [Windows Only]

- Navigate to the Java Ad Service folder to install and update Gradle:

```shell
cd .\src\adservice\
.\gradlew installDist
.\gradlew wrapper --gradle-version 7.4.2
```

### Run Docker Compose

- Start the demo (It can take ~20min the first time the command is executed as
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ services:
- USERS
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
- OTEL_RESOURCE_ATTRIBUTES=service.name=loadgenerator
- PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
depends_on:
- frontend

Expand Down

0 comments on commit bc684d0

Please sign in to comment.