Pablo Baeyens

Results 114 issues of Pablo Baeyens

Hi, it would be useful for debugging if ineffassign was versioned and one could get that version through `--version` flag. Right now it's hard to know what version of ineffassign...

### Description The [`example/otel-collector`](https://github.com/open-telemetry/opentelemetry-go/tree/main/example/otel-collector) example mentions metrics on its README but it does not have any metrics export code since #1990. ### Expected behavior The example would either document how...

enhancement
help wanted
documentation
area:metrics
pkg:example

## Summary * OS: Windows * Type: core ## Description On some Windows disk configurations `psutil.disk_io_counters` can raise a `PermissionError: [WinError 5]` due to a `DeviceIoControl` trying to access a...

enhancement
windows

## Summary * OS: Windows * Bug fix: yes (debatable?) * Type: core * Fixes: #1974 ## Description Ignore permission errors on Windows when fetching I/O counters. I would classify...

During review of #4742 I noticed that we basically allow arbitrary characters on the identifiers used for environment variable expansion (and soon expansion from other kinds of sources). This is...

area:config

**Description:** - Add warning when expanding unknown environment variable. - Add `confmap.expandconverter.RaiseErrorOnUnknownEnvVar` feature gate to turn this warning into an error **Link to tracking Issue:** Fixes #5615 **Testing:** Added unit...

**Description:** This is a proof of concept in support of #4970. A `TelemetryProvider` is defined to support overriding the telemetry on the Collector. A default implementation is provided, but alternatives...

Per open-telemetry/opentelemetry-collector-releases/pull/164, we want to promote usage of the OpenTelemetry Collector Builder so that people build their own distribution with only the components they use. The only documentation we have...

area:documentation
area:builder

**Is your feature request related to a problem? Please describe.** Per open-telemetry/opentelemetry-collector-releases/pull/164, we want to promote usage of the OpenTelemetry Collector Builder so that people build their own distribution with...

enhancement
area:builder

**Is your feature request related to a problem? Please describe.** There have been several asks for some way of printing the full Collector configuration (see #5223, #1791 and https://github.com/open-telemetry/opentelemetry-collector/issues/5615#issuecomment-1172609483). This...

enhancement
area:config