From c7f348cd315bb04ecfd59efd2f96017ed1d87fc6 Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Mon, 31 Mar 2025 10:38:20 +0200 Subject: [PATCH 1/2] Operator image note --- .../automatic-discovery/linux/linux-advanced-config.rst | 2 +- gdi/opentelemetry/automatic-discovery/linux/linux-backend.rst | 4 ++-- gdi/opentelemetry/install-the-collector.rst | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst b/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst index 47a48a401..5a7f519f3 100644 --- a/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst +++ b/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst @@ -81,7 +81,7 @@ To activate runtime metrics collection for an individual language, follow these Use automatic discovery with gateway mode ====================================================== -The Splunk OTel Collector Chart uses the agent mode by default. Activating gateway mode deploys an instance of the OpenTelemetry Collector in a separate container, and this instance collects data from the entire cluster. +The Splunk OpenTelemetry Collector chart uses the agent mode by default. Activating gateway mode deploys an instance of the OpenTelemetry Collector in a separate container, and this instance collects data from the entire cluster. To learn more about the gateway mode, see :ref:`collector-gateway-mode`. diff --git a/gdi/opentelemetry/automatic-discovery/linux/linux-backend.rst b/gdi/opentelemetry/automatic-discovery/linux/linux-backend.rst index c94274ae6..6afc5f967 100644 --- a/gdi/opentelemetry/automatic-discovery/linux/linux-backend.rst +++ b/gdi/opentelemetry/automatic-discovery/linux/linux-backend.rst @@ -387,7 +387,7 @@ Using the installer script, you can install and activate zero-code instrumentati .. _auto-discovery-linux-verify: -Ensure the collector service is running +Ensure the Collector service is running -------------------------------------------- After a successful installation, run the following command to ensure the ``splunk-otel-collector`` service is running: @@ -422,7 +422,7 @@ After your applications are running, you can verify your data. See :ref:`auto-di (Optional) Configure the instrumentation ==================================================== -You can configure the Splunk Distribution of OpenTelemetry Collector to suit your instrumentation needs. In most cases, modifying the basic configuration is enough to get started. +You can configure the Splunk Distribution of the OpenTelemetry Collector to suit your instrumentation needs. In most cases, modifying the basic configuration is enough to get started. To learn more, see the following resources: diff --git a/gdi/opentelemetry/install-the-collector.rst b/gdi/opentelemetry/install-the-collector.rst index 8492b2f0d..29025d172 100644 --- a/gdi/opentelemetry/install-the-collector.rst +++ b/gdi/opentelemetry/install-the-collector.rst @@ -99,6 +99,8 @@ Images are signed using ``cosign``. To verify them: #. Save the public key to a file. For example, ``cosign.pub``. #. Run the following command: +.. note:: The OpenTelemetry Operator Docker image only supports Linux and cannot run on Windows nodes. + .. code-block:: cosign verify --insecure-ignore-tlog --key cosign.pub quay.io/signalfx/splunk-otel-collector: From 7dc9780918c91619d0e538b8be5ee863d707e023 Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Mon, 31 Mar 2025 10:50:20 +0200 Subject: [PATCH 2/2] Fix --- gdi/opentelemetry/install-the-collector.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdi/opentelemetry/install-the-collector.rst b/gdi/opentelemetry/install-the-collector.rst index 29025d172..a0bd32b5f 100644 --- a/gdi/opentelemetry/install-the-collector.rst +++ b/gdi/opentelemetry/install-the-collector.rst @@ -99,12 +99,12 @@ Images are signed using ``cosign``. To verify them: #. Save the public key to a file. For example, ``cosign.pub``. #. Run the following command: -.. note:: The OpenTelemetry Operator Docker image only supports Linux and cannot run on Windows nodes. - .. code-block:: cosign verify --insecure-ignore-tlog --key cosign.pub quay.io/signalfx/splunk-otel-collector: +.. note:: The OpenTelemetry Operator Docker image only supports Linux and cannot run on Windows nodes. + .. _otel-config-options: .. raw:: html