Paulin Todev

Results 179 comments of Paulin Todev

> Overall looks good! Though the complexity of this feels like it borders on a component, which means we could use the live debugging and mark as experimental. Since this...

Maybe `map.combine` might be better than `map.merge`, since the function makes a new map for each combination of LHS map and a RHS map.

I've been testing this by running Beyla locally with these kinds of settings: ```bash export OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf" export OTEL_EXPORTER_OTLP_ENDPOINT="https://otlp-gateway-prod-gb-south-0.grafana.net/otlp" export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Basic==" export BEYLA_OPEN_PORT=12345 export BEYLA_LOG_LEVEL="DEBUG" export BEYLA_TRACE_PRINTER="text" export BEYLA_BPF_DEBUG="TRUE" export BEYLA_SERVICE_NAME="alloy"...

Hi, @rafaelroquetto - I believe the `capsh` command would indicate which capabilities are granted, regardless whether the process really needs them? This goal of the GitHub issue is to find...

I had a chat on Slack with the Beyla team, and @mariomac suggested using `generictracer.go` as an example, to fulfill the `Tracer` interface described `inpkg/internal/ebpf/tracer.go`. He said many methods can...

Closing this since we've been using the upstream version for some time now.

Apologies, I did not realise that Zookeeper SD also has metrics! This was indeed an oversight.

Would it solve the problem to set `firstline` to a regex that checks for either either `^\d/\d/\d \d:\d:\d`, or `==================`, or `panic: .*`? That way the error won't go into...

We will need a similar clarification for `otelcol.exporter.prometheus` as well. I think also in [this example](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.connector.spanmetrics/#sending-metrics-via-a-prometheus-remote-write) we should say that it's better to avoid converting to Prometheus metrics where possible...

Hello! Thank you for the proposal. Do you think you'd be able to reuse the existing components, and wrap them in a module? Then you could host the modules in...