Joshua MacDonald
Joshua MacDonald
While running the benchmarks for #1277, observed: ``` Running benches/exporter/main.rs (target/release/deps/exporter-a7c8e87b8545977a) Gnuplot not found, using plotters backend thread 'main' panicked at benchmarks/benches/exporter/main.rs:383:22: can consume BAR: BuildStreamReader { source: IoError("failed to...
PR #939 added engine::NodeId which is struct pairing a u16 with a Cow. The unique name in the NodeId is duplicative of the one in the component's engine::config struct. See...
Part of https://github.com/open-telemetry/opentelemetry-collector/issues/9591 Part of https://github.com/open-telemetry/opentelemetry-collector/issues/12603 Covering a series of draft Collector changes, presently the most recent: https://github.com/open-telemetry/opentelemetry-collector/pull/13265 In #otel-arrow-dev a conversation on this topic specific to Rust/Arrow, selected fragments:...
I believe that when we mix dependencies between workspace-level and crate-level, there are slow build times because of how `cargo` processes variations. As we switch batch and forth between workspace-level...
This issue covers our interest in physical mechanisms for limiting various amounts of quantity in the pipeline, including concurrent request limits, item count limits, and memory space limits. The issue...
Our goal should be to have good coverage in this repository, but coverage-flakiness is a problem in certain randomized or probabilistic tests. See https://github.com/open-telemetry/otel-arrow/pull/1241, which shows a -17% unit coverage...
Part of #294. [Our project-phases document](https://github.com/open-telemetry/otel-arrow/blob/main/docs/project-phases.md#phase-2-arrow-as-an-in-memory-data-representation---improving-data-processing-speed-inside-the-collector) spells out the project charter, and in it we wrote: > We will not publish software in source or binary form that acts like...
### Problem Statement https://github.com/open-telemetry/opentelemetry-go/pull/5645 contained the first Go prototype that was used in developing the specification. https://github.com/jmacd/go-sampler contained a second prototype, including the composable samplers. ### Proposed Solution The PR...
Our Google Docs meeting notes is owned by my former self, [email protected], as far as I know. https://docs.google.com/document/d/1gASMhmxNt9qCa8czEMheGlUW2xpORiYoD7dBD7aNtbQ/edit We can no longer edit this document, it appears. The document is...
OpenTelemetry has new specifications that make the experimental sampler here: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/samplers/probability/consistent obsolete. https://github.com/open-telemetry/opentelemetry-specification/pull/4673 removes the experimental specification it was based on. https://github.com/open-telemetry/opentelemetry-go/issues/7485 describes the new specification that replaces this.