Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): Allow reloading on URL config change #15388

Merged
merged 2 commits into from
Jun 3, 2024

Commits on May 22, 2024

  1. feat(config): Allow reloading on URL config change

    This introduces a new config-url-watch-interval option, which when set
    will, at each interval, check the Last-Modified header of the file to
    determine if telegraf should reload.
    
    If the header is not available then the watcher is disabled for the
    file.
    
    fixes: influxdata#8730
    powersj committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eea2ceb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    662ccbe View commit details
    Browse the repository at this point in the history