Thiago Padilha
Thiago Padilha
There was a recent chunkio refactor (#5753 for details). @bgaifullin can you check if this issue is still relevant?
@agup006 I've enabled kafka plugins by default, but not on Windows since it causes a build error on CI
Fixed the issue with windows build, just replacing `offsetof` by `container_of` macro took care of windows incompatibility
You can also use a lua filter for this: ```lua local type = os.getenv('LOG_TYPE') or 'docker-collector-logs' function cb_filter(tag, ts, record) record.type = type return 2, ts, record end ``` Here's...
The issue was with cmetrics prometheus parser, fix pushed to https://github.com/calyptia/cmetrics/pull/123
@MrDrMcCoy the latest version of fluent-bit should have the fix. I'm not sure if cmetrics had a tag since the fix, @edsiper will know more
@MrDrMcCoy I just tested your example and confirm that the parser doesn't handle your case because it contains empty metrics (HELP + TYPE sections without any samples). It is a...
@fellipecmwbc I had already pushed the fix to cmetrics, I think it was already merged into the latest fluent-bit version (@edsiper can confirm)
FWIW, I'm a long time vim-gnupg user and have been using it with neovim since day 1. I never had problems because I use gpg-agent which by defaults displays a...
@patrick-stephens rebased.