schema error in `mdn_yari.action_v1` for #/client_info/session_count
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
People
(Reporter: wichan, Unassigned)
References
Details
(Whiteboard: [dataquality])
expected type: Integer, found: String
Updated•11 months ago
|
Comment 1•10 months ago
|
||
The error count increased from 27 to 8221 in the last week. I don't have the permissions to see the actual values that are being sent
Bruno, do you have any ideas on why client_info.session_count
would be sent as a string? Would this be something in glean.js or on the app side?
Comment 2•10 months ago
|
||
I'm also seeing similar increases in #/client_info/session_count
errors starting last week from accounts_frontend
and bedrock
. These also use glean.js so there might be something there
Comment 3•10 months ago
|
||
I don't think it should be sent as a string. It should be coming as a number. client_info.session_count
is recorded automatically through glean.js. I will take a look and see if I can find anything that may be causing this.
Comment 5•7 months ago
•
|
||
Platform Health Check: Another spike from last week (from 4 to 493) in bedrock.events_v1 #/client_info/session_count
The dashboard links to this bug. Let me know if it needs a different one.
Description
•