Skip to content

Commit 0821dd4

Browse files
authored
chore(docs): updating Tracetest OTLP port (#2428)
chore(docs): updating tracetest otlp port
1 parent fcd4918 commit 0821dd4

File tree

30 files changed

+64
-65
lines changed

30 files changed

+64
-65
lines changed

cli/installer/tracetest.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ func configureBackend(conf configuration, ui cliUI.UI) configuration {
5656
conf.set("tracetest.backend.type", "otlp")
5757
conf.set("tracetest.backend.tls.insecure", true)
5858
conf.set("tracetest.backend.endpoint.collector", "http://otel-collector:4317")
59-
conf.set("tracetest.backend.endpoint", "tracetest:21321")
59+
conf.set("tracetest.backend.endpoint", "tracetest:4317")
6060
case "kubernetes":
6161
conf.set("tracetest.backend.type", "otlp")
6262
conf.set("tracetest.backend.tls.insecure", true)
6363
conf.set("tracetest.backend.endpoint.collector", "http://otel-collector.tracetest:4317")
64-
conf.set("tracetest.backend.endpoint", "tracetest:21321")
64+
conf.set("tracetest.backend.endpoint", "tracetest:4317")
6565

6666
default:
6767
conf.set("tracetest.backend.type", "")

docs/docs/configuration/connecting-to-data-stores/datadog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Examples of configuring Tracetest with Datadog can be found in the [`examples` f
1111
In your OpenTelemetry Collector config file:
1212

1313
- Set the `exporter` to `otlp/tt`
14-
- Set the `endpoint` to your Tracetest instance on port `21321`
14+
- Set the `endpoint` to your Tracetest instance on port `4317`
1515

1616
:::tip
17-
If you are running Tracetest with Docker, and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:21321`
17+
If you are running Tracetest with Docker, and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:4317`
1818
:::
1919

2020
Additionally, add another config:
@@ -47,7 +47,7 @@ exporters:
4747
# Send traces to Tracetest.
4848
# Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
4949
otlp/tt:
50-
endpoint: tracetest:21321
50+
endpoint: tracetest:4317
5151
tls:
5252
insecure: true
5353

@@ -73,7 +73,7 @@ service:
7373
7474
## Configure Tracetest to Use Datadog as a Trace Data Store
7575
76-
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `21321`.
76+
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `4317`.
7777

7878
## Connect Tracetest to Datadog with the Web UI
7979

docs/docs/configuration/connecting-to-data-stores/lightstep.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Examples of configuring Tracetest with Lightstep can be found in the [`examples`
1111
In your OpenTelemetry Collector config file:
1212

1313
- Set the `exporter` to `otlp/tt`
14-
- Set the `endpoint` to your Tracetest instance on port `21321`
14+
- Set the `endpoint` to your Tracetest instance on port `4317`
1515

1616
:::tip
17-
If you are running Tracetest with Docker, and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:21321`
17+
If you are running Tracetest with Docker, and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:4317`
1818
:::
1919

2020
Additionally, add another config:
@@ -43,7 +43,7 @@ exporters:
4343
logLevel: debug
4444
# OTLP for Tracetest
4545
otlp/tt:
46-
endpoint: tracetest:21321 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
46+
endpoint: tracetest:4317 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
4747
tls:
4848
insecure: true
4949
# OTLP for Lightstep
@@ -69,7 +69,7 @@ service:
6969
7070
## Configure Tracetest to Use Lightstep as a Trace Data Store
7171
72-
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `21321`.
72+
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `4317`.
7373

7474
## Connect Tracetest to Lightstep with the Web UI
7575

docs/docs/configuration/connecting-to-data-stores/new-relic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Examples of configuring Tracetest with New Relic can be found in the [`examples`
1111
In your OpenTelemetry Collector config file:
1212

1313
- Set the `exporter` to `otlp/tt`
14-
- Set the `endpoint` to your Tracetest instance on port `21321`
14+
- Set the `endpoint` to your Tracetest instance on port `4317`
1515

1616
:::tip
17-
If you are running Tracetest with Docker and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:21321`
17+
If you are running Tracetest with Docker and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:4317`
1818
:::
1919

2020
Additionally, add another config:
@@ -43,7 +43,7 @@ exporters:
4343
logLevel: debug
4444
# OTLP for Tracetest
4545
otlp/tt:
46-
endpoint: tracetest:21321 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
46+
endpoint: tracetest:4317 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
4747
tls:
4848
insecure: true
4949
# OTLP for New Relic
@@ -71,7 +71,7 @@ service:
7171
7272
## Configure Tracetest to Use New Relic as a Trace Data Store
7373
74-
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `21321`.
74+
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `4317`.
7575

7676
## Connect Tracetest to New Relic with the Web UI
7777

docs/docs/configuration/connecting-to-data-stores/opentelemetry-collector.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OpenTelemetry Collector
22

3-
Tracetest receives trace data on port `21321`. Tracetest's trace receiver endpoint might look like:
3+
Tracetest receives trace data on port `4317`. Tracetest's trace receiver endpoint might look like:
44

55
```
6-
http://your-tracetest-instance.com:21321
6+
http://your-tracetest-instance.com:4317
77
```
88

99
:::tip
@@ -17,10 +17,10 @@ If you don't want to use a trace data store, you can send all traces directly to
1717
In your OpenTelemetry Collector config file:
1818

1919
- Set the `exporter` to `otlp/1`
20-
- Set the `endpoint` to your Tracetest instance on port `21321`
20+
- Set the `endpoint` to your Tracetest instance on port `4317`
2121

2222
:::tip
23-
If you are running Tracetest with Docker, and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:21321`
23+
If you are running Tracetest with Docker, and Tracetest's service name is `tracetest`, then the endpoint might look like this `http://tracetest:4317`
2424
:::
2525

2626
```yaml
@@ -41,7 +41,7 @@ processors:
4141
exporters:
4242
# This is the exporter that will send traces to Tracetest
4343
otlp/1:
44-
endpoint: http://your-tracetest-instance.com:21321
44+
endpoint: http://your-tracetest-instance.com:4317
4545
tls:
4646
insecure: true
4747

@@ -58,7 +58,7 @@ service:
5858
5959
## Configure Tracetest to Use OpenTelemetry Collector
6060
61-
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `21321`.
61+
Configure your Tracetest instance to expose an `otlp` endpoint to make it aware it will receive traces from the OpenTelemetry Collector. This will expose Tracetest's trace receiver on port `4317`.
6262

6363
## Connect Tracetest to OpenTelemetry Collector with the Web UI
6464

docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `tracetest` directory is self-contained and will run all the prerequisites f
3030

3131
### Docker Compose Network
3232

33-
All `services` in the `docker-compose.yaml` are on the same network and will be reachable by hostname from within other services. E.g. `tracetest:21321` in the `collector.config.yaml` will map to the `tracetest` service, where the port `21321` is the port where Tracetest accepts traces.
33+
All `services` in the `docker-compose.yaml` are on the same network and will be reachable by hostname from within other services. E.g. `tracetest:4317` in the `collector.config.yaml` will map to the `tracetest` service, where the port `4317` is the port where Tracetest accepts traces.
3434

3535
## Python app
3636

@@ -204,7 +204,7 @@ spec:
204204

205205
But how are traces sent to Tracetest?
206206

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

209209
```yaml
210210
receivers:
@@ -221,7 +221,7 @@ exporters:
221221
logging:
222222
loglevel: debug
223223
otlp/1:
224-
endpoint: tracetest:21321
224+
endpoint: tracetest:4317
225225
# Send traces to Tracetest.
226226
# Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
227227
tls:

docs/docs/examples-tutorials/recipes/running-tracetest-with-aws-x-ray-adot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ exporters:
195195
awsxray:
196196
region: ${AWS_REGION}
197197
otlp/tt:
198-
endpoint: tracetest:21321
198+
endpoint: tracetest:4317
199199
tls:
200200
insecure: true
201201

docs/docs/examples-tutorials/recipes/running-tracetest-with-datadog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `tracetest` directory is self-contained and will run all the prerequisites f
3232

3333
### Docker Compose Network
3434

35-
All `services` in the `docker-compose.yaml` are on the same network, defined by the `networks` section on each file, and will be reachable by hostname from within other services. E.g. `tracetest:21321` in the `collector.config.yaml` will map to the `tracetest` service, where port `21321` is the port where Tracetest accepts traces.
35+
All `services` in the `docker-compose.yaml` are on the same network, defined by the `networks` section on each file, and will be reachable by hostname from within other services. E.g. `tracetest:4317` in the `collector.config.yaml` will map to the `tracetest` service, where port `4317` is the port where Tracetest accepts traces.
3636

3737
## OpenTelemetry Demo
3838

@@ -196,7 +196,7 @@ spec:
196196

197197
**How to Send Traces to Tracetest and Datadog?**
198198

199-
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OTLP endpoint `tracetest:21321` in one pipeline, and to Datadog in another.
199+
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OTLP endpoint `tracetest:4317` in one pipeline, and to Datadog in another.
200200

201201
Make sure to add your Datadog API Key on `datadog` exporter.
202202

@@ -216,7 +216,7 @@ processors:
216216
exporters:
217217
# OTLP for Tracetest
218218
otlp/tt:
219-
endpoint: tracetest:21321
219+
endpoint: tracetest:4317
220220
# Send traces to Tracetest.
221221
# Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
222222
tls:

docs/docs/examples-tutorials/recipes/running-tracetest-with-lightstep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `tracetest` directory is self-contained and will run all the prerequisites f
3232

3333
### Docker Compose Network
3434

35-
All `services` in the `docker-compose.yaml` are on the same network and will be reachable by hostname from within other services. E.g. `tracetest:21321` in the `collector.config.yaml` will map to the `tracetest` service, where the port `21321` is the port where Tracetest accepts traces.
35+
All `services` in the `docker-compose.yaml` are on the same network and will be reachable by hostname from within other services. E.g. `tracetest:4317` in the `collector.config.yaml` will map to the `tracetest` service, where the port `4317` is the port where Tracetest accepts traces.
3636

3737
## OpenTelemetry Demo
3838

@@ -180,7 +180,7 @@ spec:
180180

181181
**How to send traces to Tracetest and Lightstep?**
182182

183-
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OTLP endpoint `tracetest:21321` in one pipeline, and to Lightstep in another.
183+
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OTLP endpoint `tracetest:4317` in one pipeline, and to Lightstep in another.
184184

185185
Make sure to add your Lightstep access token in the headers of the `otlp/ls` exporter.
186186

@@ -200,7 +200,7 @@ exporters:
200200
logLevel: debug
201201
# OTLP for Tracetest
202202
otlp/tt:
203-
endpoint: tracetest:21321 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
203+
endpoint: tracetest:4317 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
204204
tls:
205205
insecure: true
206206
# OTLP for Lightstep

docs/docs/examples-tutorials/recipes/running-tracetest-with-new-relic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `tracetest` directory is self-contained and will run all the prerequisites f
3232

3333
### Docker Compose Network
3434

35-
All `services` in the `docker-compose.yaml` are on the same network and will be reachable by hostname from within other services. E.g. `tracetest:21321` in the `collector.config.yaml` will map to the `tracetest` service, where the port `21321` is the port where Tracetest accepts traces.
35+
All `services` in the `docker-compose.yaml` are on the same network and will be reachable by hostname from within other services. E.g. `tracetest:4317` in the `collector.config.yaml` will map to the `tracetest` service, where the port `4317` is the port where Tracetest accepts traces.
3636

3737
## OpenTelemetry Demo
3838

@@ -176,7 +176,7 @@ spec:
176176

177177
**How to send traces to Tracetest and New Relic?**
178178

179-
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OTLP endpoint `tracetest:21321` in one pipeline, and to New Relic in another.
179+
The `collector.config.yaml` explains that. It receives traces via either `grpc` or `http`. Then, exports them to Tracetest's OTLP endpoint `tracetest:4317` in one pipeline, and to New Relic in another.
180180

181181
Make sure to add your New Relic ingest licence key in the headers of the `otlp/nr` exporter.
182182
You access the licence key in your New Relic account settings.
@@ -205,7 +205,7 @@ exporters:
205205
logLevel: debug
206206
# OTLP for Tracetest
207207
otlp/tt:
208-
endpoint: tracetest:21321 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
208+
endpoint: tracetest:4317 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
209209
tls:
210210
insecure: true
211211
# OTLP for New Relic

0 commit comments

Comments
 (0)