David Ashpole
David Ashpole
Grafana Beyla, which has been donated to OTel as https://opentelemetry.io/docs/zero-code/obi/, is [allowlisted by GKE autopilot](https://cloud.google.com/kubernetes-engine/docs/concepts/run-autopilot-open-source-workloads#allowed-open-source-workloads) to be able to use elevated permissions on autopilot, which are required for it to...
### Component Instrumentation: runtime ### Problem Statement Go 1.26 adds per-state breakdown to goroutine metrics: https://antonz.org/accepted/goroutine-metrics/ ### Proposed Solution We should consider adding this as an attribute to our goroutine...
I wanted to set `RecordMinMax=false` to work around an issue we (GCP) have with how min and max are handled, but wasn't able to. **Describe the solution you'd like** Implement...
### Proposal ### Problem Statement Motivated by https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/44197. Somewhat related to https://github.com/prometheus/prometheus/issues/13647. We (the opentelemetry collector's prometheus receiver) would like to be able to measure the latency from the time...
**What are you trying to achieve?** Stabilize https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#resource-attributes Open questions: 1. Should we keep translating `job` and `instance` to `service.name` and `service.instance.id` by default? 2. Should we keep dropping target_info...
**What are you trying to achieve?** Stabilize https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#instrumentation-scope I don't think the specification needs any changes, but we should make sure this is properly implemented in the Prometheus receiver before...
**What are you trying to achieve?** Stabilize https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#start-time We should probably delete the section, and add a note about start time to each of the typed sections where it is...
**What are you trying to achieve?** Stabilize https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#dropped-types This doesn't precludes us from handling gauge histograms in the future.
**What are you trying to achieve?** Stabilize https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#summaries Similar to https://github.com/open-telemetry/opentelemetry-specification/issues/4745: It would be helpful to re-phrase this section to not rely as heavily on text format suffixes. E.g. >...
**What are you trying to achieve?** Stabilize https://opentelemetry.io/docs/specs/otel/compatibility/prometheus_and_openmetrics/#native-histograms. It would be helpful to add more links to the prometheus native histogram documentation. In particular, link to the bucket layout documentation,...