Add the Timestream Output Plugin #8239
Conversation
|
Looks good. Looks like the build is failing in 1.14 due to |
|
Great! Quick question regarding |
|
Hi @piotrwest, the telegraf CI build checks your code to make sure it has been formatted correctly. It does this to keep the code indentation, spacing, etc looking the same independent of who wrote it. The makefile has a target that will reformat the code for you so it passes the format check. You just need to check out your pr branch, run "make fmt", commit the files that it modified, and push to your pr branch. Once that's done CI will run again and the format check should pass. |
|
Thank you @reimda for the explanation. I've fixed formatting issues. The code is ready to be merged in now. |
Co-authored-by: Piotr Westfalewicz <westpiot@amazon.com>
Co-authored-by: Piotr Westfalewicz <westpiot@amazon.com>
Required for all PRs:
This is continuation of #8211 using a different source branch, to apply all necessary changes, without editing aws:telegraf_v1.15.3_with_Timestream branch.
We have created a new Telegraf output plugin that is able to write metrics to Amazon Timestream. Please see the details in README.md file.