Reload

reload will regularly check the configuration file specified by -config.pipeline. If it detects that the content of the file has changed, it will restart the pipeline with the changed configuration, and the unmodified pipelines will not be affected.

Example

  1. reload:
  2. enabled: true
  3. period: 10s
fieldtyperequireddefaultdescription
enabledboolfalsefalsewhether to enable reload
periodtime.Durationfalse10sthe time interval for reload detection. Not recommended to be set too short, otherwise it may increase CPU consumption