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

Commit adc70f5

Browse files
authored
Merge pull request #2278 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents faac29b + 9696cd7 commit adc70f5

File tree

4 files changed

+49
-7
lines changed

4 files changed

+49
-7
lines changed

gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,18 @@ The following table shows the variables that you can configure for this Ansible
155155
* - ``splunk_otel_auto_instrumentation_enable_metrics``
156156
- Activates or deactivates JVM metrics.
157157
- ``false``
158+
* - ``splunk_otel_auto_instrumentation_otlp_endpoint``
159+
- Sets the OTLP endpoint for collected metrics, traces, and logs by all activated SDKs. Only applicable if ``splunk_otel_auto_instrumentation_version`` is ``latest`` or ``0.87.0`` and higher.
160+
- ``''``, which defers to the default for each activated SDK.
161+
* - ``splunk_otel_auto_instrumentation_otlp_protocol_protocol``
162+
- Sets the OTLP endpoint protocol for collected metrics, traces, and logs by all activated SDKs, for example ``grpc`` or ``http/protobuf``. Only applicable if ``splunk_otel_auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
163+
- ``''``, which defers to the default for each activated SDK.
164+
* - ``splunk_otel_auto_instrumentation_metrics_exporter``
165+
- Comma-separated list of exporters for collected metrics by all activated SDKs, for example ``otlp,prometheus``. Set the value to ``none`` to disable collection and export of metrics. Only applicable if ``splunk_otel_auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
166+
- ``''``, which defers to the default for each activated SDK.
167+
* - ``splunk_otel_auto_instrumentation_logs_exporter``
168+
- Sets the exporter for collected logs by all activated SDKs, for example ``otlp``. Set the value to ``none`` to disable collection and export of logs. Only applicable if ``splunk_otel_auto_instrumentation_version`` is ``latest`` or ``0.108.0`` and higher.
169+
- ``''``, which defers to the default for each activated SDK.
158170

159171
Next steps
160172
==================================

gdi/opentelemetry/collector-linux/deployments-linux-chef.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,17 @@ The following table shows the variables that can be configured with this Chef co
170170
- Activates or deactivates exporting instrumentation metrics.
171171
- ``false``
172172
* - ``auto_instrumentation_otlp_endpoint``
173-
- Sets the OTLP gRPC endpoint that receives traces. Only applicable for OpenTelemetry Collector versions ``0.87.0`` and higher.
174-
- ``http://127.0.0.1:4317``
173+
- Sets the OTLP endpoint for collected metrics, traces, and logs by all activated SDKs. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.87.0`` and higher.
174+
- ``''``, which defers to the default for each activated SDK.
175+
* - ``auto_instrumentation_otlp_endpoint_protocol``
176+
- Sets the OTLP endpoint protocol for collected metrics, traces, and logs by all activated SDKs, for example ``grpc`` or ``http/protobuf``. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
177+
- ``''``, which defers to the default for each activated SDK.
178+
* - ``auto_instrumentation_metrics_exporter``
179+
- Comma-separated list of exporters for collected metrics by all activated SDKs, for example ``otlp,prometheus``. Set the value to ``none`` to disable collection and export of metrics. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
180+
- ``''``, which defers to the default for each activated SDK.
181+
* - ``auto_instrumentation_logs_exporter``
182+
- Sets the exporter for collected logs by all activated SDKs, for example ``otlp``. Set the value to ``none`` to disable collection and export of logs. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.108.0`` and higher.
183+
- ``''``, which defers to the default for each activated SDK.
175184
* - ``auto_instrumentation_java_agent_path``
176185
- Path to the Splunk OpenTelemetry Java agent. The default path is provided by the ``splunk-otel-auto-instrumentation`` package. If the path is changed from the default value, the path should be an existing file on the node.
177186
- ``/usr/lib/splunk-instrumentation/splunk-otel-javaagent.jar``
@@ -182,4 +191,4 @@ The following table shows the variables that can be configured with this Chef co
182191
Next steps
183192
==================================
184193

185-
.. include:: /_includes/gdi/collector-linux-next-steps.rst
194+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,17 @@ The following table shows the variables that you can configure for this Puppet m
159159
- Activates or deactivates exporting instrumentation metrics.
160160
- ``false``
161161
* - ``auto_instrumentation_otlp_endpoint``
162-
- Sets the OTLP endpoint that receives traces. Only applicable if ``auto_instrumentation_version`` is ``0.87.0`` and higher.
163-
- ``http://127.0.0.1:4317``
162+
- Sets the OTLP endpoint for collected metrics, traces, and logs by all activated SDKs. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.87.0`` and higher.
163+
- ``''``, which defers to the default for each activated SDK.
164+
* - ``auto_instrumentation_otlp_endpoint_protocol``
165+
- Sets the OTLP endpoint protocol for collected metrics, traces, and logs by all activated SDKs, for example ``grpc`` or ``http/protobuf``. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
166+
- ``''``, which defers to the default for each activated SDK.
167+
* - ``auto_instrumentation_metrics_exporter``
168+
- Comma-separated list of exporters for collected metrics by all activated SDKs, for example ``otlp,prometheus``. Set the value to ``none`` to disable collection and export of metrics. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
169+
- ``''``, which defers to the default for each activated SDK.
170+
* - ``auto_instrumentation_logs_exporter``
171+
- Sets the exporter for collected logs by all activated SDKs, for example ``otlp``. Set the value to ``none`` to disable collection and export of logs. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.108.0`` and higher.
172+
- ``''``, which defers to the default for each activated SDK.
164173
* - ``auto_instrumentation_java_agent_jar``
165174
- Path to the Splunk OpenTelemetry Java agent. The default path is provided by the ``splunk-otel-auto-instrumentation`` package. If the path is changed from the default value, the path should be an existing file on the node.
166175
- ``/usr/lib/splunk-instrumentation/splunk-otel-javaagent.jar``
@@ -171,4 +180,4 @@ The following table shows the variables that you can configure for this Puppet m
171180
Next steps
172181
==================================
173182

174-
.. include:: /_includes/gdi/collector-linux-next-steps.rst
183+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

gdi/opentelemetry/collector-linux/deployments-linux-salt.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,20 @@ The following table shows the variables that can be configured for this Salt mod
173173
* - ``auto_instrumentation_enable_metrics``
174174
- Activates or deactivates instrumentation metrics.
175175
- ``false``
176+
* - ``auto_instrumentation_otlp_endpoint``
177+
- Sets the OTLP endpoint for collected metrics, traces, and logs by all activated SDKs. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.87.0`` and higher.
178+
- ``''``, which defers to the default for each activated SDK.
179+
* - ``auto_instrumentation_otlp_endpoint_protocol``
180+
- Sets the OTLP endpoint protocol for collected metrics, traces, and logs by all activated SDKs, for example ``grpc`` or ``http/protobuf``. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
181+
- ``''``, which defers to the default for each activated SDK.
182+
* - ``auto_instrumentation_metrics_exporter``
183+
- Comma-separated list of exporters for collected metrics by all activated SDKs, for example ``otlp,prometheus``. Set the value to ``none`` to disable collection and export of metrics. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.104.0`` and higher.
184+
- ``''``, which defers to the default for each activated SDK.
185+
* - ``auto_instrumentation_logs_exporter``
186+
- Sets the exporter for collected logs by all activated SDKs, for example ``otlp``. Set the value to ``none`` to disable collection and export of logs. Only applicable if ``auto_instrumentation_version`` is ``latest`` or ``0.108.0`` and higher.
187+
- ``''``, which defers to the default for each activated SDK.
176188

177189
Next steps
178190
==================================
179191

180-
.. include:: /_includes/gdi/collector-linux-next-steps.rst
192+
.. include:: /_includes/gdi/collector-linux-next-steps.rst

0 commit comments

Comments
 (0)