Joshua Powers

Results 789 comments of Joshua Powers

> Would it be possible to re-open this request? Done - are you planning to put up a PR?

Hi, I used the following docker cmd to set up a server: `docker run -it --net host --env RABBITMQ_DEFAULT_VHOST=influx rabbitmq` Produced the following log messages: ``` 2022-08-11T19:57:08Z D! [outputs.amqp] Connecting...

Moving this to blocked based on the escalation out to platform due to the strange versioning behavior.

We already have two other issues documenting the need to migrate away from the current library and to azeventhubs. I'd rather not have a third: * https://github.com/influxdata/telegraf/issues/14162 * https://github.com/influxdata/telegraf/issues/13322 However,...

Hi, > The measurements should be buffered into /buffer_storage/http/ when the buffer_strategy and buffer_directory are set at either agent or output level. No, this is not correct. The buffer strategy...

I'm going to re-open this, because while we do not plan to have buffers different for each output, this is clearly not working even at the agent leve. @DStrand1, A...

@DStrand1 with your latest things look better. Is there a way to update the buffer fullness message to remove the limit from it: ``` 2024-07-26T20:24:34Z D! [outputs.http] Buffer fullness: 4...

> I think we should change the code to set until to something like now() + c.Config.Period, so that we accomodate for time drifting in one direction or another. Unfortunately,...