fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.53k stars 1.51k forks source link

Support msgpack Timestamp type in in_forward. #8641

Open methane opened 3 months ago

methane commented 3 months ago

Is your feature request related to a problem? Please describe.

Currently, in_forward supports only custom EventTime type for precious timestamp. But msgpack added Timestamp ext-type after forward protocol added EventTime.

Timestamp has these merits:

Describe the solution you'd like

in_forward support Timestamp for timestamp.

For compatibility reason, out_forward should not use Timestamp yet. (or opt-in).

Describe alternatives you've considered

Additional context

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.