You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently messages are scrubbed after the payload is parsed. While looking into mozdata.monitoring.payload_bytes_error_structured I noticed JSON parse exceptions for some pings that are ignored.
Since some parts of the scrubbing process do not require message to be parsed (e.g. we have document namespace and type available beforehand), we could split and run them before attempting to parse to avoid doing some unnecessary work.
The text was updated successfully, but these errors were encountered:
Currently messages are scrubbed after the payload is parsed. While looking into
mozdata.monitoring.payload_bytes_error_structured
I noticed JSON parse exceptions for some pings that are ignored.Since some parts of the scrubbing process do not require message to be parsed (e.g. we have document namespace and type available beforehand), we could split and run them before attempting to parse to avoid doing some unnecessary work.
The text was updated successfully, but these errors were encountered: