Frank Greco Jr
Frank Greco Jr
I don't know if FluentBit supports OTLP for logs (public docs would indicate it's only tracing) but I would love to see OTLP for logs.
> Particularly now we have YAML support as well I think @patrick-stephens is referring to [this](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/yaml). Personally, I don't really have an opinion on whether you keep them the same...
> and currently supports metrics only Yea I'm specifically looking for logs so that I can point FluentBit to an OTLP (L=Logs "I think") compatible sink. > Essentially what we're...
I specifically am looking for an output. For example, if it had OTLP as an output, I could sand FluentBit log to any OTLP compatible sink without FluentBit needing to...
> That's probably an enhancement for the main Fluent Bit repo we link back here. Yes, you're right. Opened up [here](https://github.com/fluent/fluent-bit/issues/5559)
@benjaminhuo @wenchajun I still need to implement the conversion function but this should be ready for a first pass.
An outstanding question I have is if we really have to do all the copy/pasting.... I tried using aliases but I don't think kubebuilder likes those very much although I...
Postman also does have this. I downloaded Insomnia to see if it was supported as I really need this feature!
This does not work for me ``` root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] full_bin = "REDIS_PASSWORD= go run ./..." delay = 1000 exclude_dir = [] exclude_file...
I am also experiencing the same issue.