reporter: replace per-fileID LRU with a global LRU#529
Merged
fabled merged 1 commit intoopen-telemetry:mainfrom Jun 16, 2025
Merged
reporter: replace per-fileID LRU with a global LRU#529fabled merged 1 commit intoopen-telemetry:mainfrom
fabled merged 1 commit intoopen-telemetry:mainfrom
Conversation
Significantly reduces memory usage in various scenarios. fixes open-telemetry#525 ref open-telemetry#413 (fixes likely the excess memory usage)
florianl
reviewed
Jun 13, 2025
christos68k
approved these changes
Jun 13, 2025
florianl
approved these changes
Jun 13, 2025
florianl
added a commit
that referenced
this pull request
Jun 13, 2025
Follow up to #529 (comment) Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
This was referenced Jul 8, 2025
nsavoire
added a commit
to DataDog/dd-otel-host-profiler
that referenced
this pull request
Jul 29, 2025
nsavoire
added a commit
to DataDog/dd-otel-host-profiler
that referenced
this pull request
Jul 30, 2025
nsavoire
added a commit
to DataDog/dd-otel-host-profiler
that referenced
this pull request
Aug 7, 2025
This was referenced Aug 8, 2025
nsavoire
added a commit
to DataDog/dd-otel-host-profiler
that referenced
this pull request
Aug 8, 2025
nsavoire
added a commit
to DataDog/dd-otel-host-profiler
that referenced
this pull request
Aug 18, 2025
nsavoire
added a commit
to DataDog/dd-otel-host-profiler
that referenced
this pull request
Aug 18, 2025
* backport: replace per-fileID LRU with a global LRU open-telemetry/opentelemetry-ebpf-profiler#529 * backport: interpreters, reporter: intern symbolization strings open-telemetry/opentelemetry-ebpf-profiler#563 * Disable Go interpreter because we are doing Go symbolization remotely. * Update opentelemetry-ebpf-profiler with latest changes from upstream. * Update 3rdparty licenses. * backport: Refactor symbol caching open-telemetry/opentelemetry-ebpf-profiler#635 * Use containerID provided by eBPF profiler when available and split by service is enabled. * Do not collect Go labels by default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Significantly reduces memory usage in various scenarios.
fixes #525
ref #457 (possibly fixes this one too?)
ref #413 (fixes likely the excess memory usage)