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

Commit 3e81dfb

Browse files
authored
Fix metrics endpoint path
1 parent d382115 commit 3e81dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/opentelemetry/components/otlphttp-exporter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following settings are optional and can be added to the configuration for mo
4646

4747
* ``logs_endpoint``. The target URL to send log data to. For example, ``https://example.com:4318/v1/logs``.
4848

49-
* ``metrics_endpoint``. The target URL to send metric data to. For example, ``"https://ingest.us0.signalfx.com/v2/trace/otlp"`` to send metrics to Splunk Observability Cloud.
49+
* ``metrics_endpoint``. The target URL to send metric data to. For example, ``"https://ingest.us0.signalfx.com/v2/datapoint/otlp"`` to send metrics to Splunk Observability Cloud.
5050

5151
* ``tls``. See :ref:`TLS Configuration Settings <otlphttp-exporter-settings>` in this document for the full set of available options. Only applicable for sending data to a custom endpoint.
5252

0 commit comments

Comments
 (0)