Skip to content
Merged
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
7 changes: 5 additions & 2 deletions docs/reference/edot-java/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).
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).
Loading