Skip to content

Commit

Permalink
docs(agent): Specify jitter value must be non-zero
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed May 15, 2024
1 parent ae326bc commit 211cce7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 211cce7

Please sign in to comment.