Skip to content

Commit c6cb2db

Browse files
in_dummy: Add interval setting documentation. (fluent#1239)
* in_dummy: add time_interval setting documentation. Signed-off-by: Francisco Valente <[email protected]> * in_dummy: Updates after feature PR review. Signed-off-by: Francisco Valente <[email protected]> --------- Signed-off-by: Francisco Valente <[email protected]>
1 parent 82ce392 commit c6cb2db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/inputs/dummy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The plugin supports the following configuration parameters:
1313
| Start\_time\_sec | Dummy base timestamp in seconds. Default: 0 |
1414
| Start\_time\_nsec | Dummy base timestamp in nanoseconds. Default: 0 |
1515
| Rate | Rate at which messages are generated expressed in how many times per second. Default: 1 |
16+
| Interval\_sec | Set seconds of time interval at which every message is generated. If set, `Rate` configuration will be ignored. Default: 0 |
17+
| Interval\_nsec | Set nanoseconds of time interval at which every message is generated. If set, `Rate` configuration will be ignored. Default: 0 |
1618
| Samples | If set, the events number will be limited. e.g. If Samples=3, the plugin only generates three events and stops. |
1719
| Copies | Number of messages to generate each time they are generated. Defaults to 1. |
1820

0 commit comments

Comments
 (0)