influxdata/telegraf

Configuration option to send Buffer in newest-to-oldest order

Open

#15.208 aberto em 22 de abr. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Go (4.161 forks)batch import
feature requesthelp wantedsize/m

Métricas do repositório

Stars
 (9.892 stars)
Métricas de merge de PR
 (Mesclagem média 2d 12h) (136 fundiu PRs em 30d)

Description

Use Case

The telegraf buffer is sometimes used to temporarily accommodate high write rates to an influxdb instance.

Sometimes it is preferred to see the newest data in influxdb first and backfill the older data until the production rate decreases.

Expected behavior

I expected to see a configuration option for the buffer to allow it to flush the newest data first instead of the oldest data.

Actual behavior

Only the oldest data is flushed first.

Additional info

No response

Guia do colaborador