fluent / fluent-bit-go

Fluent Bit Golang package to build plugins
Apache License 2.0
189 stars 52 forks source link

Try to format uint64/float64 timestamp to FLBTime when GetRecord is called. #51

Open ye-will opened 2 years ago

ye-will commented 2 years ago

Make the beheavior of getting record time same with the C code flb_time_msgpack_to_time

See: https://github.com/fluent/fluent-bit/blob/v1.8.12/src/flb_time.c#L198-L223