You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any configuration changes after the service has started fail to trigger any kind of reload so that the agent picks up the new values. This should be fixed so that they do - apparently this can be done gracefully (i.e without downtime) by sending a SIGHUP to the process - influxdata/telegraf#69
The text was updated successfully, but these errors were encountered:
Currently, any configuration changes after the service has started fail to trigger any kind of reload so that the agent picks up the new values. This should be fixed so that they do - apparently this can be done gracefully (i.e without downtime) by sending a
SIGHUP
to the process - influxdata/telegraf#69The text was updated successfully, but these errors were encountered: