Joshua MacDonald

Results 125 issues of Joshua MacDonald

The gRPC settings that we have not explored with regards to exporter and receiver performance are: - WriteBufferSize (exporter) - ReadBufferSize (receiver) - MaxConcurrentStreams (receiver) We suspect these defaults will...

**Is your feature request related to a problem? Please describe.** The `otlpreceiver` supports gRPC and HTTP. For the gRPC protocol, there is an automatic deadline applied by gRPC itself. For...

**Is your feature request related to a problem? Please describe.** In the OTel-Arrow project, we have identified a [problem where a context originating in a OTel-Arrow receiver stream has no...

**Is your feature request related to a problem? Please describe.** For an exporter that uses exporterhelper, I have the following requirements. - When a data item is consumed by the...

### The purpose and use-cases of the new component There is some shared code that lives in the otel-arrow repository that depends on unstable collector APIs. It will be a...

exporter/otelarrow
receiver/otelarrow

Adds OTel-Arrow to the contrib distribution.

In https://github.com/open-telemetry/opentelemetry-go/issues/3021, a user reports having spans fail to export because of invalid UTF-8. I believe the SDK should pass this data through to the receiver, regardless of UTF-8 correctness....

help wanted
triage:accepted:ready-with-sponsor

Project-tracking for the Sampling SIG: ## Probability sampling threshold w/ OTEP 235 for traces signal **Status: Merged.** [OTEP 235](https://github.com/open-telemetry/oteps/pull/235) specifies how to encode information about the selection probability of a...

project-tracking
sig-issue

This is a draft following research done into https://github.com/open-telemetry/opentelemetry-specification/issues/3421 and https://github.com/open-telemetry/opentelemetry-specification/issues/3950.

The exporterhelper features a batching function that can nearly replace the concurrent batch processor in this repository. This issue is to track the eventual removal of concurrent batch processor in...