Eduardo Silva

Results 224 comments of Eduardo Silva

I cannot believe I introduced that bug 9 years ago! thanks for fixing it!

for the commits that targets the tests interface, the prefix commit should be: `tests: runtime: in_http: ...` ref: ![image](https://github.com/fluent/fluent-bit/assets/369718/00b8764e-1c73-4fbf-8fe5-857676a3267b)

CTraces fix: https://github.com/fluent/ctraces/pull/53

Merging fix through https://github.com/fluent/fluent-bit/pull/8768

@cosmo0920 I see the metrics generated have an `_` as a prefix, e.g: ``` 2024-04-17T05:13:34.937000000Z _fluentbit_uptime{__name__="fluentbit_uptime",hostname="cosmo-desktop2"} = 1 ``` maybe is something around the definition of the metrics name,subsystem,etc ?

hi @ShahzaibAhmedKhan31 , which Fluent Bit version are you using ? (note that I am noticing that the remote endpoint is closing the connection). are you in the last v2.2.x...

Hi, I know little about this but how the coverage stuff helps to get this build on BSD?

Hi, thanks for this PR. To understand better, does it mean that if we return a 404 error, it can mess up the scrapper, and it won't retry ? I...