Closed gazpachoking closed 1 year ago
Thinking this might be related to #12607
You are right, and it was reported in https://github.com/influxdata/telegraf/issues/12718 and fixed in https://github.com/influxdata/telegraf/pull/12721. That fix will go out today in v1.25.3 shortly.
Oops, didn't see that one. Thank you!
is this fix https://github.com/influxdata/telegraf/pull/12607 going out in 1.25.3
You can always go look at the change log: https://github.com/influxdata/telegraf/blob/master/CHANGELOG.md
@powersj Thanks, do we know when will 1.25.3 be released or if there is a nightly build which will we can provide to SCB?
1.25.3 was released yesterday https://github.com/influxdata/telegraf/releases
Thanks a lot @powersj was not able to see in releases.
As of telegraf 1.25.2, sending a SIGHUP no longer discovers new config files that were placed into a
--config-directory
. On 1.25.1 when adding files to this folder, then sending a SIGHUP, they were properly discovered and loaded.Relevant telegraf.conf
Logs from Telegraf
Broken behavior from 1.25.2
Working properly on 1.25.1. Notice how "loaded inputs" changes here, but not above.
System info
Telegraf 1.25.2, Docker
Docker
No response
Steps to reproduce
Expected behavior
All files in the config directory get loaded.
Actual behavior
Only files that existed when telegraf starts up were reloaded.
Additional info
No response