Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c406bc7

Browse files
Update otlphttp-exporter.rst
Adding the `metrics_endpoint` to the sample configuration as the example only defined one endpoint, and the endpoints are different.
1 parent 3e81dfb commit c406bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdi/opentelemetry/components/otlphttp-exporter.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ To send traces and metrics to Splunk Observability Cloud using OTLP over HTTP, c
6767
otlphttp:
6868
# The target URL to send trace data to. By default it's set to ``https://ingest.${SPLUNK_REALM}.signalfx.com/v2/trace/otlp``.
6969
traces_endpoint: https://ingest.<realm>.signalfx.com/v2/trace/otlp
70+
metrics_endpoint: https://ingest.us0.signalfx.com/v2/datapoint/otlp
7071
# Set of HTTP headers added to every request.
7172
headers:
7273
# X-SF-Token is the authentication token provided by Splunk Observability Cloud.

0 commit comments

Comments
 (0)