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

feat: Implement new Symbolication Metrics #426

Merged
merged 5 commits into from
May 7, 2021

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented May 3, 2021

This collects metrics on the number of scanned or unsymbolicated frames,
those referencing unmapped modules, and stack traces that do not end in
well known thread bases or contain any of the mentioned bad frames.

This collects metrics on the number of scanned or unsymbolicated frames,
those referencing unmapped modules, and stack traces that do not end in
well known thread bases or contain any of the mentioned bad frames.
@Swatinem Swatinem requested a review from a team May 3, 2021 09:49
/// Stacktrace related Metrics
///
/// This gives some metrics about the quality of the stack traces included
/// in a symbolication request. See the individual members for more information.
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe say these are all supposed to be recorded as histograms.

@Swatinem Swatinem merged commit 7555470 into master May 7, 2021
@Swatinem Swatinem deleted the feat/symbolication_metrics branch May 7, 2021 11:54
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.

4 participants