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

Commit c23ddfa

Browse files
bri suggestion
1 parent 5c0ad58 commit c23ddfa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gdi/opentelemetry/auto-instrumentation/advanced-config-auto-instrumentation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ By default, the Splunk Distribution of OpenTelemetry Collector uses the latest v
4343
repository: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java
4444
tag: v1.27.0
4545
46-
#. Reinstall the Splunk OTel Collector Chart with the following command. Replace [CURRENT_VERSION] with the current version of your splunk-otel-collector-chart.
46+
#. Reinstall the Splunk OTel Collector Chart with the following command. Replace <CURRENT_VERSION> with the current version of your splunk-otel-collector-chart.
4747

4848
.. code-block:: bash
4949
50-
helm upgrade splunk-otel-collector splunk-otel-collector-chart/splunk-otel-collector --version [CURRENT_VERSION] -f values.yaml
50+
helm upgrade splunk-otel-collector splunk-otel-collector-chart/splunk-otel-collector --version <CURRENT_VERSION> -f values.yaml
5151
5252
.. note:: If you don't see the ``java`` field in your ``values.yaml`` file, then you have to add the field and the ``repository`` value before changing the version. The repository value is always ``ghcr.io/signalfx/splunk-otel-java/splunk-otel-java``.
5353

@@ -124,11 +124,11 @@ You can activate CPU and memory profiling by updating the environment variables
124124
- name: SPLUNK_PROFILER_CALL_STACK_INTERVAL
125125
value: 5000
126126
127-
#. Reinstall the Splunk OTel Collector Chart with the following command. Replace [CURRENT_VERSION] with the current version of your splunk-otel-collector-chart.
127+
#. Reinstall the Splunk OTel Collector Chart with the following command. Replace <CURRENT_VERSION> with the current version of your splunk-otel-collector-chart.
128128

129129
.. code-block:: bash
130130
131-
helm upgrade splunk-otel-collector splunk-otel-collector-chart/splunk-otel-collector --version [CURRENT_VERSION] -f values.yaml
131+
helm upgrade splunk-otel-collector splunk-otel-collector-chart/splunk-otel-collector --version <CURRENT_VERSION> -f values.yaml
132132
133133
Activate runtime metrics collection (Linux only)
134134
----------------------------------------------------
@@ -202,11 +202,11 @@ To learn more about the gateway mode, see :ref:`collector-gateway-mode`.
202202
exporter:
203203
endpoint: <gateway-endpoint>
204204
205-
#. Reinstall the Splunk OTel Collector Chart with the following command. Replace [CURRENT_VERSION] with the current version of your splunk-otel-collector-chart.
205+
#. Reinstall the Splunk OTel Collector Chart with the following command. Replace <CURRENT_VERSION> with the current version of your splunk-otel-collector-chart.
206206

207207
.. code-block:: bash
208208
209-
helm upgrade splunk-otel-collector splunk-otel-collector-chart/splunk-otel-collector --version [CURRENT_VERSION] -f values.yaml
209+
helm upgrade splunk-otel-collector splunk-otel-collector-chart/splunk-otel-collector --version <CURRENT_VERSION> -f values.yaml
210210
211211
You can also automatically send data to a deployed gateway endpoint by setting ``agent.enabled: false`` and ``gateway.enabled: true`` in your values.yaml file. For example:
212212

0 commit comments

Comments
 (0)