Results 216 issues of Pablo Baeyens

To avoid having to re-tag and catch issues earlier, we can have a two stage approach to the release: we first create the artifacts and have them in some sort...

priority:p2
release-retro
stale

edit (2025-11-05): I am making a summary of the positions so far as well as the arguments in favor or against. The text on the issue before this date is...

area:configuration
triage:deciding:community-feedback
triage:followup

The ["Component Stability" document](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md) contains a set of criteria to ensure the stability levels reflect what end users expect from a 'beta' component. Currently validation of many of these criteria...

Stable components MUST have a [`max(80%,repository_minimum)` coverage](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#testing-requirements). Currently this is handled and shown in component READMEs via [`codecovgen`](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/cmd/codecovgen). The remaining sub-tasks are: - [ ] Make sure code coverage is...

This is a [documentation requirement for alpha and above components](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#documentation-requirements). Steps to do this: 1. Add an optional field on `metadata.yaml` that has the example configuration (possibly on a separate...

OpenTelemetry Collector component documentation should be available in opentelemetry.io. Presumably this will be done via open-telemetry/community/pull/3000 when it is started. I will keep this issue up to date as the...

### Feature gate name `configoptional.AddEnabledField` ### Description Allows to configure any field using a `configoptional.Optional` with `enabled`. For example, the following configuration becomes valid: ```yaml receivers: otlp: protocols: grpc: enabled:...

area:config
feature-gate-tracking-issue

Components are clearly labeled with stability levels, which can be inspected via e.g. logs. However, it is currently too easy for unstable components to be used without realizing that they...

Please be aware that this change adds as a dependency experimental gRPC APIs that are explicitly subject to change. If we were to move, remove, or change our library, your...

area:pdata

On the 2025-10-20 Collector stability meeting we identified, as part of the discussions between Collector leads and the Governance Committee related to cncf/toc/issues/1739, some changes that would be beneficial to...