-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update to latest version of our otel library fork. #2996
Conversation
This entails a refactor of how we get kernel frames -- these are now just communicated via FrameMetadata, the same was as normal frames.
remove stray debugging code
reporter/parca_reporter.go
Outdated
Compiler: ainur.Compiler(ef), | ||
Static: ainur.Static(ef), | ||
Stripped: ainur.Stripped(ef), | ||
}) | ||
} | ||
|
||
// FrameKnown is a no-op for ParcaReporter. |
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.
stale comment
@@ -656,6 +650,9 @@ func (r *ParcaReporter) reportDataToBackend(ctx context.Context, buf *bytes.Buff | |||
} | |||
|
|||
rec, err = r.buildStacktraceRecord(ctx, stacktraceIDs) | |||
// i := rec.NumRows() | |||
// fmt.Printf("stacktrace record has %d rows. Col3: %s\n", i, rec.Column(3).String()) | |||
|
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.
Scapel left in patient
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.
🤦♂️
Looks good, just some nits to clean up |
This entails a refactor of how we get kernel frames -- these are now just communicated via FrameMetadata, the same was as normal frames.