From bf2dd12e1e3e74aafb605ed6a9f9a422e257a4a9 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 16 May 2024 02:54:11 -0600 Subject: [PATCH] docs(agent): Specify jitter value must be non-zero (#15363) --- docs/CONFIGURATION.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 26ba59a06..6f752103d 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -391,12 +391,12 @@ Parameters that can be used with any input plugin: - **collection_jitter**: Overrides the `collection_jitter` setting of the [agent][Agent] for the plugin. Collection jitter is used to jitter the collection by a random - [interval][]. + [interval][]. The value must be non-zero to override the agent setting. - **collection_offset**: Overrides the `collection_offset` setting of the [agent][Agent] for the plugin. Collection offset is used to shift the collection by the given - [interval][]. + [interval][]. The value must be non-zero to override the agent setting. - **name_override**: Override the base name of the measurement. (Default is the name of the input). @@ -481,7 +481,8 @@ Parameters that can be used with any output plugin: - **flush_interval**: The maximum time between flushes. Use this setting to override the agent `flush_interval` on a per plugin basis. - **flush_jitter**: The amount of time to jitter the flush interval. Use this - setting to override the agent `flush_jitter` on a per plugin basis. + setting to override the agent `flush_jitter` on a per plugin basis. The value + must be non-zero to override the agent setting. - **metric_batch_size**: The maximum number of metrics to send at once. Use this setting to override the agent `metric_batch_size` on a per plugin basis. - **metric_buffer_limit**: The maximum number of unsent metrics to buffer.