fluent-bit-docs
fluent-bit-docs copied to clipboard
out_loki: make it clear setting labels removes the keys from record
Related to the pull request https://github.com/fluent/fluent-bit/pull/9766 The documentation doesn't make it clear, but the code seems to be trying to work this way.
Also minor typo fix.
Thanks for the contribution but please resolve the DCO requirements - we cannot merge without it unfortunately.
@ajantti I've nudged the code PR https://github.com/fluent/fluent-bit/pull/9766 for review to get that moved forward, once that is merged, this docs PR could merge if you could please fix the current conflicts?
@esmerel another one to review and not merge please, just need the review!
Sorry for taking a while. The conflict was in a minor typo fix, but I hope the thing I wrote about the labels is correct. It's just a clarification on how I think it's supposed to work, based on the pull request https://github.com/fluent/fluent-bit/pull/9766
Although, as mentioned in the comments of the pull request, I think it might've been already accidentally fixed in master by https://github.com/fluent/fluent-bit/pull/10563 (albeit with some inefficiencies)