Skip to content
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

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

umanwizard
Copy link
Contributor

This entails a refactor of how we get kernel frames -- these are now just communicated via FrameMetadata, the same was as normal frames.

This entails a refactor of how we get kernel frames -- these are now
just communicated via FrameMetadata, the same was as normal frames.
reporter/arrow.go Outdated Show resolved Hide resolved
remove stray debugging code
go.mod Outdated Show resolved Hide resolved
Compiler: ainur.Compiler(ef),
Static: ainur.Static(ef),
Stripped: ainur.Stripped(ef),
})
}

// FrameKnown is a no-op for ParcaReporter.
Copy link
Contributor

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())

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scapel left in patient

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️

@gnurizen
Copy link
Contributor

Looks good, just some nits to clean up

@umanwizard umanwizard merged commit 0e4c74b into parca-dev:main Oct 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants