custom-metrics
custom-metrics copied to clipboard
Extending the HTTPArchive Data
I'm curious about the possibility of enhancing our current dataset by incorporating additional data points.
- [x] Cookies: We're currently missing the cookies in the cookie jar, having only those sent via HTTP headers. @pmeenan mentioned it should be manageable to extend the existing data to include these.
- [x] DNS queries: Chrome seems quite limited in this. There is an API, but it's mainly for extensions on dev channel releases. I'm uncertain about our ability to collect DNS resolution data. Any thoughts?
- [ ] JavaScript calls: there seems to be an API (s.
timelineStack
) for JS call stacks, I think it's pretty heavy, but still wonder if we could include it in our data?
These types of data are often crucial for web measurement studies. Do you think it's feasible to enrich our data with these?