We (DBAs) are seeing a massive jump in size of binlogs in x1: https://grafana.wikimedia.org/d/000000377/host-overview?orgId=1&refresh=5m&var-server=db2096&var-datasource=thanos&var-cluster=mysql&viewPanel=28&from=1692957346437&to=1700733346437
Looking at the binlogs I'm seeing a lot of rows being set like this: {P53803}.
This doesn't look right for many reasons, mostly bots shouldn't have user impact, impact by day is extremely permissive (with lots of zeros, it can simply not store days with zeros), they are not compressed and lastly we really shouldn't store large json blobs in core mariadb databases (unless they are explicitly tuned to hold them, like ExternalStorage) but the last one is much harder to fix, so that's fine but please reduce the size of your blobs ASAP.