Curtis Robert
Curtis Robert
Metric names should be consistent between specification and receiver scrapers. The metrics in question are from the `hostmetrics` receiver, specifically the paging scraper: `system.paging.operations.page_in` and `system.paging.operations.page_out`. The specification incorrectly labels...
**Description:** This change adds `goleak` to check for memory leaks. Originally there were 3 failing tests in the `service` package, so I'll describe changes in relation to resolving each test's...
**Description:** This adds a decode hook for unmarshalling negative integers into uint types. This will now return an error instead of converting negative values into large uint values. **Link to...
**Description:** This change enables goleak to check the config/configtls package for memory and goroutine leaks. There was originally a goroutine leak which is fixed by calling the newly added method...
**Description:** This fixes a few goroutine leaks in the loadbalancing exporter. 1. `metrics`, `traces`, and `logs` exporters were starting their respective load balancers, but were not shutting them down. This...
I'm working on enabling goleak checks in another project (context here: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30438), and a leak has been detected in this package. Goleak output: ``` goleak: Errors on successful test run:...
**Description:** The weekly report is currently broken because it's trying to make requests with too large of a body. The section removed here is data the is already included in...
**Description:** The referenced metrics are being gathered from Windows perf counters, thus they're currently only available on Windows. With the introduction of direct connection and other supported OSs, I think...
**Description:** This change adds a query, scraper, and some more metrics for data from the performance counter SQL server table. The query itself is mostly taken from Telegraf's SQL server...
### Component(s) _No response_ ### Describe the issue you're reporting [Failed CI/CD link](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8793329871) Failure output: ``` Run actions/github-script@v7 { "msg": "running..." } { "msg": "fetching issues", "queryParams": { "owner": "open-telemetry",...