Joshua MacDonald

Results 125 issues of 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...

feature-request
up-for-grabs
never-stale

### 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...

bug
spec-compliance
keep

### 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...

feature-request

### 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...

enhancement
A-common
release:allowed-for-stable
M-exporter-otlp

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....

spec:metrics

**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...

area:semantic-conventions
spec:metrics
spec:protocol
priority:p2
release:allowed-for-ga
area:data-model

**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...

spec:metrics
triaged-accepted

### 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...

enhancement

**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.