Dakota Paasman

Results 10 issues of Dakota Paasman

**Description:** Adds a `ParseKeyValue` converter function that parses out key values pairs into a `pcommon.Map`. It takes a `StringGetter` target argument and 2 optional arguments for the pair delimiter and...

pkg/ottl
internal/core

### Proposed Change Updates the windows installer to support supervisor and run it as a service For testing, I ran a windows vm and RDP into it. The supervisor doesn't...

### Proposed Change Updates linux install process to work with ocb and supervisor. Tested with debian, rhel, and ubuntu VMs. Also updates docker images to work as well. For docker...

### Proposed Change Updates MacOS install script and service file to run with opamp supervisor To test, run `make release-test` and then run `/scripts/install/install_macos.sh -f /path/to/darwin/tarball ...` with the rest...

**Description:** The opamp extension now reports additional information about the host machine's operating system, specifically the version. It does so by reporting the semantic convention `os.description`(defined [here](https://opentelemetry.io/docs/specs/semconv/attributes-registry/os/)) as a non-identifying...

cmd/opampsupervisor
extension/opamp

### Problem Statement This exporter is used by the collector for shipping internal telemetry. I'm looking for a way to configure this exporter to use OIDC authentication when sending the...

enhancement

### Component(s) service ### Is your feature request related to a problem? Please describe. We want to send the collector's internal telemetry to a backend that uses OIDC authentication. Right...

Right now the spec does not explicitly state that a response is required from the agent when the server sends a remote configuration. As discussed in today's (09/03/2025) [SIG meeting](https://docs.google.com/document/d/19WA5-ex8rNFIBIyVb5VqMXfWNmUQwppGhN8zBeNG0f4)...

Right now I don't think there's a way to properly set these agent capabilities. With this [PR](https://github.com/open-telemetry/opamp-go/pull/366) the `SetCapabilities` function was introduced which is intended to be called before calling...