Joshua MacDonald

Results 154 issues of Joshua MacDonald

**What are you trying to achieve?** OpenTelemetry has not incorporated the Gauge histogram instrument. Several issues have been filed at various times in the otel-proto repository about this, but nothing...

spec:metrics
triaged-accepted

**What are you trying to achieve?** There are several combinations of metric instrument and aggregator that OpenTelemetry has not given a formal specification for. Use of these combinations potentially allows...

spec:metrics
triaged-accepted

**What are you trying to achieve?** Trying to address https://github.com/open-telemetry/opentelemetry-js/issues/2997 and https://github.com/open-telemetry/opentelemetry-specification/issues/1891 There are situations when a metrics SDK wants to stop reporting data for a particular instrument and attribute...

spec:metrics
triaged-needmoreinfo

**What are you trying to achieve?** Some questions have come up, for example: https://github.com/open-telemetry/opentelemetry-js/issues/3105#issuecomment-1197593270 What did you expect to see? Questions that deserve to be answered for OTLP specifically: -...

spec:metrics
triaged-accepted

**What are you trying to achieve?** I was looking to update the https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/runtime Golang runtime metrics package to use the [`runtime/metrics`](https://pkg.go.dev/runtime/metrics) package introduced in Go-1.16. This package exposes official Go...

spec:metrics
triage:deciding:community-feedback

**What are you trying to achieve?** Make it safe to remove labels from OTLP metrics in a way that preserves their semantics. We have identified two scenarios where it is...

spec:metrics
priority:p1
area:data-model
triage:deciding:tc-inbox

**What are you trying to achieve?** There are long-standing requests to support a settable Gauge, as this is an API both Prometheus and Statsd support. In the OpenTelemetry data model,...

spec:metrics

The Prometheus project is strongly opposed to the use of lower-inclusive boundaries and has requested that OpenTelemetry change its position. This is the implied change, for demonstration. This is not...

Reporting this bug discovered in an downstream fork of this repository, here: https://github.com/lightstep/opentelemetry-prometheus-sidecar/issues/69 This can result in the sidecar exiting with a bogus corruption message when in fact nothing is...

The OpenTelemetry project has been working to specify how it propagates information about probability sampling through a couple of OTEP drafts: [OTEP 168: Specify how to propagate consistent head sampling...