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

fix(inputs.prometheus): Remove duplicate response_timeout option #15078

Merged
merged 2 commits into from
Apr 9, 2024

Commits on Mar 28, 2024

  1. fix(inputs.prometheus): Remove duplicate response_timeout option

    In influxdata#14153, the HTTP client config struct gained a response timeout
    config option with TOML tags. This meant that there were two defined for
    both Prometheus plugin and the HTTP client config struct. This removes
    the one in Prometheus, which was used to set the one in the HTTP client
    anyway.
    
    fixes: influxdata#15076
    powersj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    19728c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add warning + update docs

    powersj committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    93219ba View commit details
    Browse the repository at this point in the history