diff --git a/docs/reference/edot-java/configuration.md b/docs/reference/edot-java/configuration.md index 984c0826..b3ea0e32 100644 --- a/docs/reference/edot-java/configuration.md +++ b/docs/reference/edot-java/configuration.md @@ -119,7 +119,10 @@ You can modify the following settings for EDOT Java through APM Agent Central Co | Turn off all instrumentations | `deactivate_all_instrumentations` | Dynamic | | Send traces | `send_traces` | Dynamic | | Send metrics | `send_metrics` | Dynamic | -| Send logs | `send_logs` | Dynamic | +| Send logs | `send_logs` | Dynamic | +| OpAMP polling interval | `opamp_polling_interval` | Dynamic {applies_to}`edot_java: preview 1.6.0`| +| Sampling rate | `sampling_rate` | Dynamic {applies_to}`edot_java: preview 1.6.0`| +| Turn on/off inferred spans | `infer_spans` | Dynamic {applies_to}`edot_java: preview 1.6.1`| Dynamic settings can be changed without having to restart the application. @@ -213,4 +216,4 @@ If trust store modification is not possible or not practical, for example when t 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. -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). \ No newline at end of file +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).