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)
Data Platform and Tools
General
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 | ||
Updated•2 years ago
|
Assignee: nobody → ascholtz
| Assignee | ||
Comment 1•2 years ago
|
||
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
| Assignee | ||
Comment 2•2 years ago
|
||
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
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [data-quality] → [dataquality]
| Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•