Anderson Queiroz

Results 43 comments of Anderson Queiroz

It's still there, however so far we have no evidence of any negative impact caused by that. The issue has existed for a long time, it was just surfaced when...

Hey folks, I'd love to be able to debug the generated binaries as well. Perhaps there could be an option to make mage run the binary through delve and then...

> This configuration worked for me: https://gist.github.com/perj/ec75ee651135ba0ba9aa64fc7eeb4033 @perj, thanks! I don't really use VS code, so let me ask one thing. In short, you run `mage --keep` to generate `mage_output_file.go`,...

a bit of a wild thought, I haven't any data to support it, but could it be related to the `panic: close of closed channel...` we've seen, but so far...

Hello @odidev, sorry for the delay. I can tell you we're working on improving our e2e tests, which includes adding support for AArch64 on out test suites. @pierrehilbert @nimarezainia besides...

> @AndersonQ the hosts config should not be prefixed > > ``` > metricbeat.modules: > - module: system > period: 1s > metricsets: ["ntp"] > hosts: ["0.pool.ntp.org", "1.pool.ntp.org"] > ```...

As it's clear on the beats PR for this issue, removing function betas also affects Kibana. One of the affected features is the ability to track telemetry regarding functionbeat as...

the benchmarks I've done so far using benchbuilder, which main metric is EPS does not show any significant change in ESP: [the benchmark run](https://ingest-metricstore.kb.us-central1.gcp.cloud.es.io:9243/app/dashboards#/view/27743f3e-b500-4197-9c33-6b15fd1f9b75?_g=h@202b062) an early benchmark I did locally...

now a bigger benchmark, 1000 files, 10mb each. Again, no signnificant change in EPS, but more memory being used when reading gzip, which is expected.

I'm still trying to run a benchmark for a very large file, 64gb, but on CI the script generating log files fails. I'm still trying to reproduce locally to get...