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

Send metrics in FIFO order #7814

Merged
merged 1 commit into from
Jul 14, 2020
Merged

Conversation

PierreF
Copy link
Contributor

@PierreF PierreF commented Jul 10, 2020

As requested in #5633 (comment), here the PR :)

closes #5633

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

Metrics are send from older to newer metrics, even when outputs is
failing.
In case of buffer full, we still drop the oldest metrics, but
non-dropped metrics are send in the order they are received.

Signed-off-by: Pierre Fersing <[email protected]>
@danielnelson
Copy link
Contributor

Thanks @PierreF, that was fast!

@reimda @ssoroka We should consider including this in 1.15.0 along with rc3.

@danielnelson danielnelson added this to the 1.15.0 milestone Jul 10, 2020
@danielnelson danielnelson merged commit 3ec3f1b into influxdata:master Jul 14, 2020
danielnelson pushed a commit that referenced this pull request Jul 14, 2020
Metrics are send from older to newer metrics, even when outputs is
failing.  In case of buffer full, we still drop the oldest metrics, but
non-dropped metrics are send in the order they are received.

(cherry picked from commit 3ec3f1b)
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
Metrics are send from older to newer metrics, even when outputs is
failing.  In case of buffer full, we still drop the oldest metrics, but
non-dropped metrics are send in the order they are received.
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
Metrics are send from older to newer metrics, even when outputs is
failing.  In case of buffer full, we still drop the oldest metrics, but
non-dropped metrics are send in the order they are received.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Send metrics from oldest to newest, always
4 participants