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
12 changes: 12 additions & 0 deletions gdi/opentelemetry/collector-linux/deployments-linux-ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,18 @@ The following table shows the variables that you can configure for this Ansible
* - ``splunk_otel_auto_instrumentation_enable_metrics``
- Activates or deactivates JVM metrics.
- ``false``
* - ``splunk_otel_auto_instrumentation_otlp_endpoint``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``splunk_otel_auto_instrumentation_otlp_protocol_protocol``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``splunk_otel_auto_instrumentation_metrics_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``splunk_otel_auto_instrumentation_logs_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.

Next steps
==================================
Expand Down
15 changes: 12 additions & 3 deletions gdi/opentelemetry/collector-linux/deployments-linux-chef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,17 @@ The following table shows the variables that can be configured with this Chef co
- Activates or deactivates exporting instrumentation metrics.
- ``false``
* - ``auto_instrumentation_otlp_endpoint``
- Sets the OTLP gRPC endpoint that receives traces. Only applicable for OpenTelemetry Collector versions ``0.87.0`` and higher.
- ``http://127.0.0.1:4317``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_otlp_endpoint_protocol``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_metrics_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_logs_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_java_agent_path``
- 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.
- ``/usr/lib/splunk-instrumentation/splunk-otel-javaagent.jar``
Expand All @@ -182,4 +191,4 @@ The following table shows the variables that can be configured with this Chef co
Next steps
==================================

.. include:: /_includes/gdi/collector-linux-next-steps.rst
.. include:: /_includes/gdi/collector-linux-next-steps.rst
15 changes: 12 additions & 3 deletions gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,17 @@ The following table shows the variables that you can configure for this Puppet m
- Activates or deactivates exporting instrumentation metrics.
- ``false``
* - ``auto_instrumentation_otlp_endpoint``
- Sets the OTLP endpoint that receives traces. Only applicable if ``auto_instrumentation_version`` is ``0.87.0`` and higher.
- ``http://127.0.0.1:4317``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_otlp_endpoint_protocol``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_metrics_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_logs_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_java_agent_jar``
- 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.
- ``/usr/lib/splunk-instrumentation/splunk-otel-javaagent.jar``
Expand All @@ -171,4 +180,4 @@ The following table shows the variables that you can configure for this Puppet m
Next steps
==================================

.. include:: /_includes/gdi/collector-linux-next-steps.rst
.. include:: /_includes/gdi/collector-linux-next-steps.rst
14 changes: 13 additions & 1 deletion gdi/opentelemetry/collector-linux/deployments-linux-salt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,20 @@ The following table shows the variables that can be configured for this Salt mod
* - ``auto_instrumentation_enable_metrics``
- Activates or deactivates instrumentation metrics.
- ``false``
* - ``auto_instrumentation_otlp_endpoint``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_otlp_endpoint_protocol``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_metrics_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.
* - ``auto_instrumentation_logs_exporter``
- 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.
- ``''``, which defers to the default for each activated SDK.

Next steps
==================================

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