Skip to content

Commit e733557

Browse files
more changes
1 parent 7036b9f commit e733557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gdi/get-data-in/application/nodejs/instrumentation/instrument-nodejs-application.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To instrument your application programmatically, add the following lines at the
166166
167167
start({
168168
serviceName: 'my-node-service',
169-
endpoint: 'http://localhost:4317'
169+
endpoint: 'http://localhost:4318'
170170
});
171171
172172
// Rest of your main module
@@ -252,7 +252,7 @@ To deploy the Collector for Node.js in a Kubernetes environment, follow these st
252252
fieldRef:
253253
fieldPath: status.hostIP
254254
- name: OTEL_EXPORTER_OTLP_ENDPOINT
255-
value: "http://$(SPLUNK_OTEL_AGENT):4317"
255+
value: "http://$(SPLUNK_OTEL_AGENT):4318"
256256
- name: OTEL_SERVICE_NAME
257257
value: "<serviceName>"
258258
- name: OTEL_RESOURCE_ATTRIBUTES

gdi/get-data-in/application/nodejs/splunk-nodejs-otel-distribution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Defaults of the Splunk Distribution of OpenTelemetry JS
3131
The Splunk Distribution of OpenTelemetry JS has the following default settings for context propagation, exporters, and trace settings:
3232

3333
- W3C tracecontext and W3C baggage context propagation is activated by default. You can also configure B3 propagation. See :ref:`trace-propagation-configuration-nodejs`.
34-
- The OTLP exporter is configured by default to send spans to the local :ref:`Splunk Distribution of OpenTelemetry Collector <otel-intro>` over gRPC.
34+
- The OTLP exporter is configured by default to send spans to the local :ref:`Splunk Distribution of OpenTelemetry Collector <otel-intro>` over ``http/protobuf``.
3535
- Unlimited defaults for trace configuration to support full-fidelity tracing. See :ref:`trace-configuration-nodejs`.
3636

3737
Support for previous versions

0 commit comments

Comments
 (0)