From 26fd66bdd2e3f65f0877be6974277e0fb1f581af Mon Sep 17 00:00:00 2001 From: Dani Louca Date: Mon, 31 Mar 2025 23:23:32 -0400 Subject: [PATCH 1/2] Update gateway passthrough with otlphttp method Signed-off-by: Dani Louca --- gdi/opentelemetry/components/otlphttp-exporter.rst | 1 + gdi/opentelemetry/deployment-modes.rst | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/gdi/opentelemetry/components/otlphttp-exporter.rst b/gdi/opentelemetry/components/otlphttp-exporter.rst index 201d76bdb..bb0a262c0 100644 --- a/gdi/opentelemetry/components/otlphttp-exporter.rst +++ b/gdi/opentelemetry/components/otlphttp-exporter.rst @@ -124,6 +124,7 @@ By default, gzip compression is turned on. To turn it off use the following conf ... compression: none +.. _otlphttp-exporter-token-passthrough: Associate passthroughs to an access token ------------------------------------------ diff --git a/gdi/opentelemetry/deployment-modes.rst b/gdi/opentelemetry/deployment-modes.rst index c76f47c1d..960e7a82c 100644 --- a/gdi/opentelemetry/deployment-modes.rst +++ b/gdi/opentelemetry/deployment-modes.rst @@ -101,6 +101,13 @@ Learn more at :ref:`signalfx-exporter`. .. _collector-current-mode: +Token usage with the otlphttp exporter +------------------------------------------------------------------------------- + +If any of your Collectors in agent mode is exporting data to the otlp receiver running on the gateway and you want to use the token set at the source instead of the gateway's token, uncomment ``include_metadata: true`` :new-page:`from the default gateway config ` + +Learn more at :ref:`otlphttp-exporter-token-passthrough`. + What mode is my Collector deployed as? How can I change it? ====================================================================== From 6693c7b9a9bdf60ca2e9c35020397fa94a751f2a Mon Sep 17 00:00:00 2001 From: Anna U <104845867+aurbiztondo-splunk@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:57:00 +0200 Subject: [PATCH 2/2] Update deployment-modes.rst Edits --- gdi/opentelemetry/deployment-modes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdi/opentelemetry/deployment-modes.rst b/gdi/opentelemetry/deployment-modes.rst index 960e7a82c..7b72862e8 100644 --- a/gdi/opentelemetry/deployment-modes.rst +++ b/gdi/opentelemetry/deployment-modes.rst @@ -101,12 +101,12 @@ Learn more at :ref:`signalfx-exporter`. .. _collector-current-mode: -Token usage with the otlphttp exporter +Token usage with the ``otlphttp`` exporter ------------------------------------------------------------------------------- -If any of your Collectors in agent mode is exporting data to the otlp receiver running on the gateway and you want to use the token set at the source instead of the gateway's token, uncomment ``include_metadata: true`` :new-page:`from the default gateway config ` +If any of your Collectors in agent mode exports data to the ``otlp`` receiver running on the gateway and you want to use the token set at the source instead of the gateway's token, uncomment ``include_metadata: true`` in the default gateway config. -Learn more at :ref:`otlphttp-exporter-token-passthrough`. +For more details see :new-page:`Default gateway config ` in GitHub and :ref:`otlphttp-exporter-token-passthrough`. What mode is my Collector deployed as? How can I change it? ======================================================================