Skip to content

Commit

Permalink
Update docker-deployment.md
Browse files Browse the repository at this point in the history
Optimizations on trace-based testing in open-telemetry/opentelemetry-demo#1659 changed how tracetest is enabled. This change updates the documentation to reflect on enabling trace based tests should be done.
  • Loading branch information
CharlieTLe authored Sep 8, 2024
1 parent bf4bd63 commit a7755bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/demo/docker-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ docker compose up --force-recreate --remove-orphans --detach
{{< tabpane text=true >}} {{% tab Make %}}

```shell
make start-odd
make run-tracetesting
```

{{% /tab %}} {{% tab Docker %}}

```shell
docker compose --profile odd up --force-recreate --remove-orphans --detach
docker compose -f docker-compose-tests.yml run traceBasedTests
```

{{% /tab %}} {{< /tabpane >}}
Expand All @@ -69,7 +69,7 @@ Once the images are built and containers are started you can access:
- Grafana: <http://localhost:8080/grafana/>
- Load Generator UI: <http://localhost:8080/loadgen/>
- Jaeger UI: <http://localhost:8080/jaeger/ui/>
- Tracetest UI: <http://localhost:11633/>, only when using `make start-odd`
- Tracetest UI: <http://localhost:11633/>, only when using `make run-tracetesting`

## Changing the demo's primary port number

Expand Down

0 comments on commit a7755bc

Please sign in to comment.