The new [Real-Time Reporting API](https://github.com/WICG/turtledove/blob/main/PA_real_time_monitoring.md) histogram postbacks' usability could be improved with the inclusion of [low entropy UACH](https://wicg.github.io/client-hints-infrastructure/#low-entropy-table). Opening this issue per suggestion in the 31 July WICG [discussion](https://docs.google.com/document/d/1Kr0hpfQ_Q1LX1aN00D5k_09yV_a7WE9RSn69nS3nZho/edit#bookmark=id.eh8kcge2uybo). Chrome Canary DevTools, 31-July: ``` POST /.well-known/interest-group/real-time-report HTTP/1.1 Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Cache-Control: no-cache Connection: keep-alive Content-Length: 206 Content-Type: application/cbor Host: test.dabbs.net Origin: https://www.mojotest.com Pragma: no-cache Sec-Fetch-Dest: empty Sec-Fetch-Mode: no-cors Sec-Fetch-Site: cross-site User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 ```