Jason Keene
Jason Keene
Software changes. (•\_•) ( •\_•)>⌐■-■ (⌐■_■) Deal with it.
This sounds like a good idea. It would extend the ABI between `fluent-bit` and the plugin `.so` to share a pointer to this function. Perhaps this could be added to...
This is a bit of a stale issue but if you are still interested in working on this I would be willing to help. Just ping me on the fluent...
I ran into this issue today while using https://github.com/fluent/fluent-logger-golang The timestamps for the messages it emits into fluent-bit are interpreted as `uint64` when handed off to the go output plugin....
I also need this. I have multiple `[OUTPUT]` sections for the same plugin, intending to send some messages to one destination and others to a different destination. Right now I...
@wfernandes and I have opened PRs that will fix this issue here: - https://github.com/fluent/fluent-bit-go/pull/15 - https://github.com/fluent/fluent-bit/pull/1275
@edsiper This can be closed since #15 was merged.
You can get params from the output instance's configuration like this: https://github.com/fluent/fluent-bit-go/blob/51032bd05190bd178085a56c410706696fbd3177/examples/out_gstdout/out_gstdout.go#L20 Does that work for you or am I misunderstanding what you said?
Ah, that would explain why I wasn't able to get `libstapsdt` demo to work, I didn't call the provider `demo`.
It seems like this issue was already mentioned here: https://github.com/iovisor/bpftrace/blob/c0dbeaf50b94b15167ab291546be0862c5b7578d/src/main.cpp#L151