-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(otel): support ingesting offcpu #3875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we "hide" the json extension to trick github? .fixture
, .bin
, .golden
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If by hiding you mean to make github not show the diff, then I'd prefer seeing the diff.
If you mean something else, then I'm not understanding it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Co-authored-by: Marc Sanmiquel <[email protected]>
For off cpu profiles, the ebpf profiler sends timestamps and times in each sample.
Each sample has different
Value
file length. it seems impossible to represent this in pprof, so I'm aggregating them to a single value.Furthermore use a separate
off_cpu
instead ofprocess_cpu
profile name.