Roger Coll

Results 54 issues of Roger Coll

### Propose new conventions Knowing what "cpu utilization" means isn’t trivial. There can be different interpretations of it and some users would want control over whether iowait or steal states...

enhancement
experts needed
system-semconv-wg-ga-blocker
area:system

Fixes https://github.com/open-telemetry/semantic-conventions/issues/1873 ## Changes Please provide a brief description of the changes here. Note: if the PR is touching an area that is not listed in the [existing areas](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md), or...

enhancement
area:system

#### Description #### Link to tracking issue Fixes # #### Testing #### Documentation

receiver/otlp

Image build is not tested on PR changes

bug

Implements the WaitableChild struct for `freebsd` systems. In addition, the Wait approach will be used by default for freebsd systems. The PR explicitly implements the WaitableChild only for `freebsd`, that...

#### Description Adds support for Profiles to Profies in the forward connector. #### Testing Produce -> consume unit test #### Documentation

ready-to-merge

Currently, log messages are created as plain strings using `fmt.Sprintf` or `logrus` string formatting. Instead of passing key-value pairs, the logger functions build messages through string interpolation. We should migrate...

Profiler runtime interpreters are highly specific to each language. To support them, one must understand how to unwind the runtime’s stack at the C level. While the maintainers are familiar...

The `tracer/monitorPIDEventsMap` function does not propagate any error to its parent function, instead it fails with a fatal error: https://github.com/open-telemetry/opentelemetry-ebpf-profiler/blob/v0.0.202540/tracer/tracer.go#L767 Given that the function runs periodically, the error could be...

#### Description Adds support for `profiles` in the nop receiver.