Pablo Baeyens
Pablo Baeyens
One of the next steps would be to remove `receiver/scraper/scrapererror`
I am unable to reproduce on a `linux/amd64` machine, commented on open-telemetry/opentelemetry-collector/issues/10476
@jordivilaseca There are a bunch of CI failures related to one of our linters: ``` Error: exporter/tinybirdexporter/exporter.go:19:18: unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as...
Thanks! Can you add your Github usernames to https://github.com/open-telemetry/opentelemetry-collector-contrib/commits/main/cmd/githubgen/allowlist.txt ? I will put a reminder in one month to review this once you are GH members and remove you from...
cc @djaglowski
@robincw-gr I don't think there is anyone working on this at the moment. In general there is no way to statically validate all things that would prevent the Collector from...
For Github actions, would it make sense to package and publish Github actions that are then used by all other repositories?
cc @open-telemetry/collector-contrib-approvers I intend to merge this in one week unless there are objections before then @open-telemetry/ebpf-profiler-approvers This would affect you and mean you have to start tagging your module...
The Coralogix exporter has some valid configurations in which the endpoint is empty https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/5b3e9b34d1a3fde3c0527e962284b56dae1c5b89/exporter/coralogixexporter/config.go#L121-L124 I could either fix the Coralogix exporter (I guess by moving [this logic](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/5b3e9b34d1a3fde3c0527e962284b56dae1c5b89/exporter/coralogixexporter/config.go#L250-L254) to a new...
@iblancasa I filed open-telemetry/opentelemetry-collector-contrib/pull/44730 to unblock this PR, mind reviewing?