In Fluent Bit we introduced a new format for log records: ``` [[timestamp, {METADATA}], {EVENT}] ``` Fluent Bit code base has been updated to work with the old format and the new one. But the golang decoder is not updated and needs to be fixed.