Skip to content

Commit a7d50b9

Browse files
Add 9.2 supported dynamic config options (#818)
* Update configuration.md * Update configuration.md * fix which options 1.6 applies to --------- Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent f06ff85 commit a7d50b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/reference/edot-java/configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ You can modify the following settings for EDOT Java through APM Agent Central Co
119119
| Turn off all instrumentations | `deactivate_all_instrumentations` | Dynamic |
120120
| Send traces | `send_traces` | Dynamic |
121121
| Send metrics | `send_metrics` | Dynamic |
122-
| Send logs | `send_logs` | Dynamic |
122+
| Send logs | `send_logs` | Dynamic |
123+
| OpAMP polling interval | `opamp_polling_interval` | Dynamic {applies_to}`edot_java: preview 1.6.0`|
124+
| Sampling rate | `sampling_rate` | Dynamic {applies_to}`edot_java: preview 1.6.0`|
125+
| Turn on/off inferred spans | `infer_spans` | Dynamic {applies_to}`edot_java: preview 1.6.1`|
123126

124127
Dynamic settings can be changed without having to restart the application.
125128

@@ -213,4 +216,4 @@ If trust store modification is not possible or not practical, for example when t
213216

214217
To prevent logs from being exported, set `OTEL_LOGS_EXPORTER` to `none`. However, application logs might still be gathered and exported by the Collector through the `filelog` receiver.
215218

216-
To prevent application logs from being collected and exported by the Collector, refer to [Exclude paths from logs collection](elastic-agent://reference/edot-collector/config/configure-logs-collection.md#exclude-logs-paths).
219+
To prevent application logs from being collected and exported by the Collector, refer to [Exclude paths from logs collection](elastic-agent://reference/edot-collector/config/configure-logs-collection.md#exclude-logs-paths).

0 commit comments

Comments
 (0)