Commit d7f8cd3 1 parent b1bf657 commit d7f8cd3 Copy full SHA for d7f8cd3
File tree 1 file changed +2
-2
lines changed
opentelemetry-otlp/examples/basic-otlp-http
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ On Unix based systems use:
36
36
37
37
``` shell
38
38
# From the current directory, run `opentelemetry-collector`
39
- docker run --rm -it -p 4317:4317 -v $( pwd) :/cfg otel/opentelemetry-collector:latest --config=/cfg/otel-collector-config.yaml
39
+ docker run --rm -it -p 4318:4318 -v $( pwd) :/cfg otel/opentelemetry-collector:latest --config=/cfg/otel-collector-config.yaml
40
40
```
41
41
42
42
On Windows use:
43
43
44
44
``` shell
45
45
# From the current directory, run `opentelemetry-collector`
46
- docker run --rm -it -p 4317:4317 -v " %cd%" :/cfg otel/opentelemetry-collector:latest --config=/cfg/otel-collector-config.yaml
46
+ docker run --rm -it -p 4318:4318 -v " %cd%" :/cfg otel/opentelemetry-collector:latest --config=/cfg/otel-collector-config.yaml
47
47
```
48
48
49
49
Run the app which exports logs, metrics and traces via OTLP to the collector
You can’t perform that action at this time.
0 commit comments