Closed Bug 1807693 Opened 2 years ago Closed 1 year ago

Investigate schema errors on `telemetry.third_party_modules_v4: #/payload/processes`

Categories

(Data Platform and Tools :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: efilho, Assigned: ascholtz)

References

Details

(Whiteboard: [dataquality])

During the Platform Health Check meeting we found telemetry.third_party_modules_v4: #/payload/processes has a count of 8.661 schema errors

Assignee: nobody → ascholtz

The error is happening due to:

org.everit.json.schema.ValidationException: #/payload/processes/browser.0x14ec/events: expected maximum item count: 50, found: 112

More events than allowed according to the schema get sent

This number significantly increased with version 108.0.1:

SELECT udf.parse_desktop_telemetry_uri(uri).app_version, udf.parse_desktop_telemetry_uri(uri).app_update_channel, count(*)
FROM `moz-fx-data-shared-prod.monitoring.payload_bytes_error_all`
WHERE document_namespace = 'telemetry'
AND document_type like '%third%'
AND error_message like "%processes%"
AND date(submission_timestamp) = date('2023-01-01')
group by 1, 2
order by 3 desc
Whiteboard: [data-quality] → [dataquality]
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.