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

Bump telegraf to 1.28.5 #141

Open
wants to merge 3 commits into
base: 1.28.5-aiven
Choose a base branch
from
Open

Commits on Apr 28, 2024

  1. aiven: aiven patches

    see AIVEN_CHANGES.md for details
    mhoffm-aiven authored and nicois committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    af25a73 View commit details
    Browse the repository at this point in the history
  2. feat(inputs.clickhouse): Add replication queue metrics

    The extra metrics give a better view of what is happening
    in the cluster.
    
    The description of the too_many_tries_replicas metrics
    was not accurate, this is fixed. Ideally the name should
    be changed to, but that would break compatibility.
    kmichel-aiven authored and nicois committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a795f52 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix(plugins.input.redis): Discard invalid errorstat lines (influxdata…

    …#15311)
    
    Some badly-behaved sources (such as dragonfly) may send error messages
    which are not in the expected format. If errorstat lines are found
    which do not include an `=` sign, silently discard them.
    
    Somewhere between 1.26 and 1.28.5, a change was made which caused such
    missing '=' symbols to cause a panic.
    
    In addition to ignoring such entries, add debug-level logging for this
    and a similar problem, where the errorstat values are not base-10.
    nicois committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6400904 View commit details
    Browse the repository at this point in the history