Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions gdi/opentelemetry/install-the-collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Images are signed using ``cosign``. To verify them:

cosign verify --insecure-ignore-tlog --key cosign.pub quay.io/signalfx/splunk-otel-collector:<collector-version>

.. note:: The OpenTelemetry Operator Docker image only supports Linux and cannot run on Windows nodes.

.. _otel-config-options:

.. raw:: html
Expand Down