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

outputs.graphite: Retry sending metrics immediately after reconnect #3680

Merged
merged 1 commit into from
Jan 17, 2018

Commits on Jan 16, 2018

  1. outputs.graphite: Retry sending metrics immediately after reconnect

    If writing to Graphite would fail the plugin would reconnect, but not retry
    to send the metrics until the next interval. In a situation when the connection
    would break before the next interval the metrics would never reach the Graphite
    server. Obviously this is a network issue which but Telegraf should handle these
    kind of situations better.
    
    This patch retries to send the metrics one time immediately after reconnecting.
    piotr1212 committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    89d9ae5 View commit details
    Browse the repository at this point in the history