Basically as the title says, it seems that influxdata is not exposing the Last-Modified header to the telegraf client which means it’s unable to do reloads of the config we’re able to edit on the influxdata interface.
Right now I’ve had to create a hacky solution of putting together a cronjob to restart the container every X minutes to reload the config, but it would be nice to avoid that if it’s not necessary.
Is it possible the influxdata team could expose this header to telegraf so that the config reload feature is able to work properly?