-
Notifications
You must be signed in to change notification settings - Fork 97
Bug 1634520 - missing isFromTerminatorWatchdog in lateWrites telemetry… #538
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
Conversation
acmiyaguchi
left a comment
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.
Hello, thanks for keeping the schemas up to date! I've left a few comments. The one blocking r+ is related to the type in this query.
| }, | ||
| "isFromTerminatorWatchdog": { | ||
| "description": "True if the late writes began in nsTerminator, false otherwise", | ||
| "type": "boolean" |
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.
I checked the values incoming from nightly on 2020-04-30, and they seem to be integer values (query). Does this align with your understanding of the implementation? This should be set to integer to reflect the values of data that is flowing in now.
| } | ||
| }, | ||
| "isFromTerminatorWatchdog": { | ||
| "description": "True if the late writes began in nsTerminator, false otherwise", |
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.
Could you refer to the bug number in the description, too?
acmiyaguchi
left a comment
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.
r+, this looks good to me. Once the schema is deployed, you should be able to query it as payload.late_writes.is_from_terminator_watchdog.
ba4db77 2020-05-07 14:53:32 -0400 Bug 1635212 - Handle frames property of threads in crash pings (#541) a4d3546 2020-05-07 10:54:30 -0700 Bug 1635959 - Add a pioneer-debug namespace for validation (#542) ed0397f 2020-05-07 11:29:47 -0400 Add description for profile_date 871f749 2020-05-07 11:29:47 -0400 Add reason field to installation ping 3553fc2 2020-05-07 11:29:47 -0400 Bug 1635152 - Fennec Installation ping 88149d0 2020-05-04 10:16:14 -0700 Bug 1404204 - require clientId in main pings (#536) 8951c19 2020-05-01 16:42:57 -0700 Bug 1634520, missing isFromTerminatorWatchdog in lateWrites telemetry schema (#538) 3160074 2020-04-30 13:48:10 -0700 Fix #534 - Always run test step in CircleCI (#539) 26a8c51 2020-04-30 16:21:05 -0400 Bug 1627843 - Missing iOS Core ping fields a048403 2020-04-27 11:26:40 -0700 Bug 1631849 - Remove pioneer-study pings and update pioneer-study envelope (#532)
… schema
Checklist for reviewer:
.circleci/config.yml) will cause environment variables (particularly credentials) to be exposed in test logsintegrationCI test by pushing this revision as discussed in the README and review the report posted in the comments.For glean changes:
include/glean/CHANGELOG.md