influxdata/telegraf

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

Open

#15.208 aperta il 22 apr 2024

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Go (4161 fork)batch import
feature requesthelp wantedsize/m

Metriche repository

Star
 (9892 star)
Metriche merge PR
 (Merge medio 2g 12h) (136 PR mergiate in 30 g)

Descrizione

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

Guida contributor