Pablo Baeyens
Pablo Baeyens
As mentioned on https://github.com/open-telemetry/opentelemetry-collector/pull/10375#pullrequestreview-2144929463, a remaining point of discussion for separating `Profiles` from the rest of the stable API was to do with the `Builder` structs for all component types....
Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases (regardless of when this...
From the [security audit](https://7asecurity.com/reports/pentest-report-opentelemetry.pdf): > Testing confirmed that the OpenTelemetry Collector Linux binaries do not leverage a number of compiler flags to mitigate potential memory corruption vulnerabilities, which is a...
**Is your feature request related to a problem? Please describe.** On issues like #439, #373 and #191 we can see this library has some panics on invalid data. I would...
**Is your feature request related to a problem? Please describe.** Correctness is one of the most important priorities for a parsing library. As evidenced by issues like #460, #455, #407,...
`math/rand` has a `v2` version, `math/rand/v2`, announced here: https://go.dev/blog/randv2. It would be useful if depguard would allow forbiding usage of `math/rand` but allowing the usage of `math/rand/v2`. Is this supported?...
#### Description Moves coding guidelines to a separate document where we can work on expanding them. This is the largest part of the contributing document and it was making it...
During the v0.96.0 release cycle I had to file #9675 to fix the release pipeline. This is because #9409 accidentally broke the workflow. Mistakes happen, and it's important that we...
#### Description Documents the approach we have taken for adding experimental functionality to interfaces. We take this approach with: - `receiver.Factory`, may implement the [`receiverprofiles.Factory`](https://pkg.go.dev/go.opentelemetry.io/collector/receiver/receiverprofiles#Factory) optional interface (similar for other...
Similar to what we did in the case of `consumertest` (see #10692), we can turn the `exportertest`, `receivertest`, `extensiontest`, `processortest` and `connectortest` packages into modules. - [ ] #11461 -...