You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/otlp/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ receivers:
15
15
otlp:
16
16
protocols:
17
17
grpc:
18
-
endpoint: localhost:55680
18
+
endpoint: localhost:4317
19
19
exporters:
20
20
zipkin:
21
21
endpoint: "http://localhost:9411/api/v2/spans"
@@ -26,6 +26,6 @@ service:
26
26
exporters: [zipkin]
27
27
```
28
28
29
-
Note that the OTLP exporter connects to the Collector at `localhost:55680` by default. This can be changed with first argument from command-line, for example: `./example_otlp gateway.docker.internal:55680`.
29
+
Note that the OTLP exporter connects to the Collector at `localhost:4317` by default. This can be changed with first argument from command-line, for example: `./example_otlp gateway.docker.internal:4317`.
30
30
31
31
Once you have the Collector running, see [CONTRIBUTING.md](../../CONTRIBUTING.md) for instructions on building and running the example.
0 commit comments