Joshua MacDonald
Joshua MacDonald
### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...
### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...
### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...
### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...
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....
**What are you trying to achieve?** Having implemented a mostly-complete Views implementation in https://github.com/open-telemetry/opentelemetry-go/pull/2525, I have the following feature request. Make it possible to configure Views on a per-Reader basis....
**What are you trying to achieve?** There has been some discussion about an Uptime metric. For example, the OpenTelemetry-Go `runtime` instrumentation includes one: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/d1534b84593e617bff9a848454a992a7af49385c/instrumentation/runtime/runtime.go#L122 There is a related request for...
**What are you trying to achieve?** In https://github.com/open-telemetry/opentelemetry-java/issues/4680, users are looking for an easy way to configure the minimum-memory settings. This means choosing delta temporality for synchronous instruments and cumulative...
### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...
**Description:** Go-1.20 has new CPU timing metrics: https://go-review.googlesource.com/c/go/+/404307 **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-go-contrib/issues/316 **Testing:** Updated for 1.20. **Documentation:** Updated.