Matthew Wear
Matthew Wear
## Which problem is this PR solving? This PR includes an implementation of the [Exponential Histogram](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#exponentialhistogram) for Javascript. It is heavily based on the [Golang Reference Implementation](https://github.com/lightstep/go-expohisto). Fixes #3324 ##...
## Which problem is this PR solving? This PR is part 1 in a series of PRs to add exponential histogram support. Partially Fixes #3324 ## Short description of the...
This PR adds host id detection support for non-containerized hosts. The implementation is based on this spec pr: https://github.com/open-telemetry/opentelemetry-specification/pull/3173. **Fixes** #3811 **Summary** - This PR introduces a `hostIDReader` interface with...
### Problem Statement I would like to be able collect `host.id` for non-containerized environments. ### Proposed Solution There is currently a spec PR: https://github.com/open-telemetry/opentelemetry-specification/pull/3173 that proposes using the following sources...
**Description:** This PR adds a `WithStatusReporting` option to `exporterhelper` to opt-in to automatic status reporting `Consume*` calls and updates the core exporters to use it. The behavior for `Consume*` is...
**Description:** This is a PR is an alternative to #8684. It adds manual status reporting to the otlp, otlphttp, and debug exporters. Reviewers, please compare with #8684 and weigh in...
**Description:** This PR introduces a candidate to replace the current health check extension. This extension is based on component status reporting and provides insight into collector health at the pipeline...
The `opentelemetry-exporter-otlp / ubuntu-latest` tests are failing regularly on Truffle Ruby on main. See this [example](https://github.com/open-telemetry/opentelemetry-ruby/actions/runs/5728397733/job/15522875258?pr=1506) or the cut and pasted output below: ``` Prepare all required actions Getting action...
## Runtime Status Reporting As part of the component 1.0 milestone we should implement runtime status reporting for core components and come up with guidelines and best practices for incremental...
**Description:** This PR is the second in a series to decompose https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30673 into more manageable pieces for review. **Aggregator** This PR introduces an aggregator data structure and event aggregation logic...