-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add mock input plugin #9782
Conversation
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@powersj thanks for this plugin. It's really missing for testing! There are some comments in the code, please have a look.
Will generate random data based on a variety of algorithms. Options include random, stepwise, sine-wave, and stock-like data values. Resolves: influxdata#9749
249c42d
to
2a42782
Compare
Thank you for the review! I totally missed the email update, but I believe I have now taken care of everything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem @powersj. There are a few more things, most importantly the JSON vs. TOML tags. Can you please explain why to do it this way?
📦 Looks like new artifacts were built from this PR. Expand this list to get them here ! 🐯Artifact URLs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for finishing this off! Have nice Christmas holidays and a good start into the new year! See you in 2022.
Thank you! You too! |
Will generate random data based on a variety of algorithms. Options
include random, stepwise, sine-wave, and stock-like data values.
Resolves: #9749
Required for all PRs: