mozilla-services / mozilla-pipeline-schemas

Schemas for Mozilla's data ingestion pipeline and data lake outputs
https://protosaur.dev/mps-deploys/
Other
46 stars 95 forks source link

Bug 1833201 - Adding ShutdownReason to telemtry.crash_v4 #772

Closed lelilia closed 1 year ago

lelilia commented 1 year ago

Bug 1833201

Adding ShutdownReason to telemetry.crash_v4.payload.metadata after seeing a 700% increase in missing column errors over the last week in the weekly platform health check.

Checklist for reviewer:

For glean changes:

For modifications to schemas in restricted namespaces (see CODEOWNERS):

dataops-ci-bot commented 1 year ago

Integration report for "add validation for telemetry.crash_v4.payload.metadata.ShutdownReason"

bq_schema_0dd93f5d-c5aec3c3.diff

Click to expand! ```diff diff --new-file --exclude '*.txt' /app/integration/0dd93f5d/telemetry.crash.4.bq /app/integration/c5aec3c3/telemetry.crash.4.bq 1733a1734,1739 > "description": "Optional, contains a string describing the reason the crash occurred", > "mode": "NULLABLE", > "name": "shutdown_reason", > "type": "STRING" > }, > { ```

compact_schema_0dd93f5d-c5aec3c3.diff

Click to expand! ```diff diff --new-file --exclude '*.bq' /app/integration/0dd93f5d/telemetry.crash.4.txt /app/integration/c5aec3c3/telemetry.crash.4.txt 249a250 > root.payload.metadata.shutdown_reason STRING ```