Skip to content

Commit

Permalink
fix(examples): awsxray examples tracetes dev flag (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar authored Apr 27, 2023
1 parent 2cc181b commit 17637ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:

But how are traces sent to Tracetest?

The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OLTP endpoint `tracetest:21321`.
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OLTP endpoint `tracetest:4317`.

```yaml
receivers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The `tracetest-provision.yaml` file provisions the trace data store and polling

But how are traces sent to Tracetest?

The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OLTP endpoint `tracetest:21321`.
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OLTP endpoint `tracetest:4317`.

```yaml
receivers:
Expand Down
2 changes: 2 additions & 0 deletions examples/tracetest-amazon-x-ray-adot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
interval: 1s
timeout: 3s
retries: 60
environment:
TRACETEST_DEV: ${TRACETEST_DEV}

postgres:
image: postgres:14
Expand Down
2 changes: 2 additions & 0 deletions examples/tracetest-amazon-x-ray-pokeshop/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
interval: 1s
timeout: 3s
retries: 60
environment:
TRACETEST_DEV: ${TRACETEST_DEV}

postgres:
image: postgres:14
Expand Down
2 changes: 2 additions & 0 deletions examples/tracetest-amazon-x-ray/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
interval: 1s
timeout: 3s
retries: 60
environment:
TRACETEST_DEV: ${TRACETEST_DEV}

postgres:
image: postgres:14
Expand Down

0 comments on commit 17637ff

Please sign in to comment.