File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
gdi/get-data-in/application/nodejs/troubleshooting Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
9191401 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
You can’t perform that action at this time.
0 commit comments