[pprofreceiver] add file scraper to read pprof files#45411
Merged
Conversation
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
florianl
commented
Jan 14, 2026
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
atoulme
reviewed
Jan 14, 2026
atoulme
reviewed
Jan 14, 2026
atoulme
reviewed
Jan 14, 2026
|
|
||
| // Config defines the configuration for the pprof receiver. | ||
| type Config struct { | ||
| confighttp.ClientConfig `mapstructure:",squash"` |
Contributor
There was a problem hiding this comment.
I still want to be able to open a port and receive pprof profile data over HTTP - see #44385
Member
Author
There was a problem hiding this comment.
I will focus on base functionality first. Allowing to scrap from http endpoints can be a follow up.
Contributor
|
Moving to draft for now, please mark ready for review when done |
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
atoulme
reviewed
Jan 30, 2026
atoulme
approved these changes
Jan 30, 2026
Contributor
atoulme
left a comment
There was a problem hiding this comment.
LGTM - will merge on CI success.
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
christos68k
approved these changes
Feb 2, 2026
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Contributor
|
So sorry - please fix the conflict. |
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Member
Author
|
@ChrsMark - e517cd6 is unrelated to the change in this PR but required to get CI passing - see https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/21661901145/job/62448521249#step:20:651 |
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.
Description
Follow up to #44357
Implement the functionality of transforming pprof to OTel Profiles
FYI: @open-telemetry/profiling-approvers
Link to tracking issue
Fixes
Testing
Documentation