Joshua Powers

Results 758 comments of Joshua Powers

next steps: look into the migration to the new library

@sspaink thoughts on doing this given we are pretty far back? or leave it until we need to? I could not find a good change log, but it passed tests...

First, to ensure we do not re-introduce the previous buffer never flushing issue (i.e. https://github.com/influxdata/telegraf/issues/9799, https://github.com/influxdata/telegraf/issues/9726, https://github.com/influxdata/telegraf/issues/9531) Use the following script to generate consistent metrics and telegraf configuration: ```sh #!/bin/bash...

A second test case is to verify that batches are not printing out any messages about the ticker expiring during a flush. Using the following Telegraf config, which without this...

Thanks, @srebhan, for tackling the minify work. There is clearly a need for users to have a smaller telegraf. Two initial questions as to the design of this 1) Why...

@srebhan, thanks for the background. It does help to understand your approach. > 1. There are people that do know what they need but do not have any working configuration...

We had a virtual discussion about this and I think this boils down to these questions: 1. Do we want to support building of Telegraf _without_ a Telegraf configuration? 2....

team consensus: `custom_builder`

Also tested on Arch, M1 mac, and Windows 10.

Cross builds look good too (btw this is why I want us to continue to print out the GOOS and GOARCH values during a build, really nice to see it...