Harold Dost
Harold Dost
If we're trying to use tox and pipenv to have a reproducible build I feel like we should be using `Pipfile.lock` when installing the dependencies via `pipenv sync` This way...
Replacement for #11381
**Is your feature request related to a problem? Please describe.** When importing metric I would like to be able to relabel metrics when copying. **Describe the solution you'd like** Add...
This is the fourth time at attempting to modify the grammar. Now taking advantage of having done this before. * Using debug statements in the lexer to get idea of...
### Affected Repository https://github.com/open-telemetry/opentelemetry-rust https://github.com/open-telemetry/opentelemetry-rust-contrib ### Requested changes Give 'Admin' permissions @open-telemetry/rust-maintainers We will abide by: > If requested, foo-maintainers will be granted Admin permissions, and in return they must...
While there's no direct dependency shown, it will fail when you attempt to run the initial tests. This will be more direct since tests currently will complain about nextest missing.
**What would you like to be added**: Autosharding stabilized and not considered experimental. **Why is this needed**: The experimental feature has been experimental for 5 years. It's not clear to...
The purpose of this is to ensure we understand the API surface area. Anything exposed by a crate like a type can affect the possible compatibility. This means that if...
While we try to de-centralize the release process we should establish consistent practice. Relates #1326
A recent Dependabot update changes [env_logger](https://github.com/rust-cli/env_logger) The biggest risk from my perspective is the MSRV changed to 1.71 While we do have a [policy](https://github.com/open-telemetry/opentelemetry-rust/?tab=readme-ov-file#supported-rust-versions) that as long as we're >=...