Drew Relmas
Drew Relmas
**Bicep version** Bicep CLI version 0.30.23 (ec3612efc7) **Describe the bug** In a custom extension, returning a LocalExtensibilityOperationResponse with a null `Resource` and a non-null `ErrorData` does not properly surface the...
After some recent additions of Rust code to the repository, there are some issues flagged by [cargo deny](https://docs.rs/cargo-deny/latest/cargo_deny/) and [clippy](https://doc.rust-lang.org/stable/clippy/usage.html) in the new CI. To help burndown these issues, there...
Newly donated Rust projects in this repository have some licensing issues. There is a specific [allowlist maintained by the CNCF foundation](https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md#cncf-allowlist-license-policy) that suggests a specific list that its projects can...
With the introduction of some donated Rust components into the repository, some modification to donated workflow yamls was required for initial CI enablement (#302) in this repository. In this case,...
### Component(s) processor/transform ### Describe the issue you're reporting In reading up more on supported OTTL functions, I noticed that aggregate logic like [aggregate_on_attributes](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md#aggregate_on_attributes) are only compatible with metrics. I...
Running the `Tidy` workflow using the standard GITHUB_TOKEN results in a `push` that does NOT trigger the regular PR CIs. On the other hand, the otelbot app token used in...
As seen in many PRs like #1440, Renovate is not able to cleanly handle the multi-step build process we need in otel-arrow when updating Go modules. Not only do we...
## Context #1149 references a potential improvement for the `syslog-cef-receiver` component > Add support for a parsing configuration that allows selective inclusion of attributes and optional renaming. Attributes not explicitly...
This issue is meant to track discussion on changes to the repository's release process, especially as the Rust components under development reach initial maturity. ## Desired outcomes - Can release...
We should detect when a crate is imported multiple times in different crates within the same workspace. In such cases, the best practice is to move the dependency declaration to...