Florian Lehner

Results 50 issues of Florian Lehner

Adapt the extraction for relative offsets from RIP. This is the case that will be supported with this PR: ``` 0000000005f06ca0 : 5f06ca0: 48 8b 0d 01 13 1b 10...

To further speed up CI, maybe create a separate docker image for integration tests (with qemu and other tools preinstalled). Follow up to https://github.com/open-telemetry/opentelemetry-ebpf-profiler/pull/914#issuecomment-3479138930

good first issue

The OTel eBPF profiler generates [metrics](https://github.com/open-telemetry/opentelemetry-ebpf-profiler/blob/main/metrics/metrics.json) that can help to investigate issues. With https://github.com/open-telemetry/opentelemetry-ebpf-profiler/pull/348 the custom metric reporter got dropped to align with OTel. Provide a minimal OTel collector config.yaml...

documentation

Once https://github.com/open-telemetry/opentelemetry-collector-releases/pull/1098 got merged and there are artifacts of OTel collector with profiling, we should add documentation so people can get started more easily. Documentation should include - [ ]...

documentation

Package `vc` is supposed to provide `Revision()`, `BuildTimestmap()` and `Version()` information. Unfortunatly this information is only available, if the executable was compiled with the Makefile of the project: https://github.com/open-telemetry/opentelemetry-ebpf-profiler/blob/a243f85bdb8559071e7bccb1ec545f19075df5a6/Makefile#L36-L43 In...

#### Description Along with `scraper/xscraper` this package is needed to enable OTel Profiling signal receivers, such as [receiver/pprofreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver). #### Link to tracking issue Fixes # #### Testing #### Documentation

#### Description In #14239 `(Profiles)ProfileCount() int` was introduced. Provide this function also in consumertests for other tests. #### Link to tracking issue Fixes # #### Testing #### Documentation

#### Description Apply recent breaking changes in OTel Profiles signal to pprofiletest #### Link to tracking issue Fixes #### Testing #### Documentation

exporter/elasticsearch
pkg/ottl
pkg/pdatatest

#### Description This is the next subtype as listed in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/40489. #### Link to tracking issue Fixes #### Testing #### Documentation

pkg/ottl

Reduce duplicate entries by using a reference based approach in combination with a lookup table. It should help drive the discussion around the use or Resources. FYI: @open-telemetry/profiling-approvers