Skip to content

Commit

Permalink
in_dummy: Add interval setting documentation. (#1239)
Browse files Browse the repository at this point in the history
* in_dummy: add time_interval setting documentation.

Signed-off-by: Francisco Valente <1435136+franciscovalentecastro@users.noreply.github.com>

* in_dummy: Updates after feature PR review.

Signed-off-by: Francisco Valente <1435136+franciscovalentecastro@users.noreply.github.com>

---------

Signed-off-by: Francisco Valente <1435136+franciscovalentecastro@users.noreply.github.com>
franciscovalentecastro authored Dec 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 82ce392 commit c6cb2db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline/inputs/dummy.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ The plugin supports the following configuration parameters:
| Start\_time\_sec | Dummy base timestamp in seconds. Default: 0 |
| Start\_time\_nsec | Dummy base timestamp in nanoseconds. Default: 0 |
| Rate | Rate at which messages are generated expressed in how many times per second. Default: 1 |
| Interval\_sec | Set seconds of time interval at which every message is generated. If set, `Rate` configuration will be ignored. Default: 0 |
| Interval\_nsec | Set nanoseconds of time interval at which every message is generated. If set, `Rate` configuration will be ignored. Default: 0 |
| Samples | If set, the events number will be limited. e.g. If Samples=3, the plugin only generates three events and stops. |
| Copies | Number of messages to generate each time they are generated. Defaults to 1. |

0 comments on commit c6cb2db

Please sign in to comment.