Skip to content

Commit ab04faf

Browse files
some more changes
1 parent ec7cd1c commit ab04faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gdi/get-data-in/application/nodejs/troubleshooting/common-nodejs-troubleshooting.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To troubleshoot the lack of connectivity between the OTLP exporter and the OTel
8686
#. Make sure that ``OTEL_EXPORTER_OTLP_ENDPOINT`` points to the correct OpenTelemetry Collector instance host.
8787
#. Check that your collector instance is configured and running. See :ref:`otel-splunk-collector-tshoot`.
8888
#. Check that the OTLP receiver is activated in the OTel Collector and plugged into the traces pipeline.
89-
#. Check that the OTel Collector points to the following address: ``http://<host>:4317``. Verify that your URL is correct.
89+
#. Check that the OTel Collector points to the following address: ``http://<host>:4318``. Verify that your URL is correct.
9090

9191
401 error when sending spans
9292
--------------------------------------------------------
@@ -169,6 +169,7 @@ The following snippet contains a sample ``profiling`` pipeline:
169169
otlp:
170170
protocols:
171171
grpc:
172+
http:
172173
173174
exporters:
174175
# Profiling

0 commit comments

Comments
 (0)