Skip to content

Commit

Permalink
Merge pull request #1065 from pellared/patch-3
Browse files Browse the repository at this point in the history
OTel Go distribution sends metrics directly to ingest
  • Loading branch information
theletterf authored Nov 21, 2023
2 parents 404a616 + 7e2d013 commit b44814a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ If you need to send data directly to Splunk Observability Cloud, set the followi

$env:SPLUNK_ACCESS_TOKEN=<access_token>
$env:SPLUNK_REALM=<realm>
$env:OTEL_METRICS_EXPORTER=none

To obtain an access token, see :ref:`admin-api-access-tokens`.

Expand All @@ -183,6 +182,4 @@ In the ingest endpoint URL, ``realm`` is the Splunk Observability Cloud realm, f

The realm name appears in the :guilabel:`Organizations` section.

For more information on the ingest API endpoints, see :new-page:`Send APM traces <https://dev.splunk.com/observability/docs/apm/send_traces/>`.

.. note:: Currently, you can't bypass the Collector to send metrics directly to Splunk Observability Cloud.
For more information on the ingest API endpoints, see :new-page:`Send APM traces <https://dev.splunk.com/observability/docs/apm/send_traces/>` and :new-page:`Send data points <https://dev.splunk.com/observability/docs/datamodel/ingest#Send-data-points>`.

0 comments on commit b44814a

Please sign in to comment.