You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
- 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.
- 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.
- 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.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-linux/deployments-linux-chef.rst
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,17 @@ The following table shows the variables that can be configured with this Chef co
170
170
- Activates or deactivates exporting instrumentation metrics.
171
171
- ``false``
172
172
* - ``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.
- 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.
175
184
* - ``auto_instrumentation_java_agent_path``
176
185
- 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.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-linux/deployments-linux-puppet.rst
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,17 @@ The following table shows the variables that you can configure for this Puppet m
159
159
- Activates or deactivates exporting instrumentation metrics.
160
160
- ``false``
161
161
* - ``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.
- 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.
164
173
* - ``auto_instrumentation_java_agent_jar``
165
174
- 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.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-linux/deployments-linux-salt.rst
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,20 @@ The following table shows the variables that can be configured for this Salt mod
173
173
* - ``auto_instrumentation_enable_metrics``
174
174
- Activates or deactivates instrumentation metrics.
175
175
- ``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.
- 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.
0 commit comments