GoogleChrome / CrUX

The place to share queries, ideas, or issues related to the Chrome UX Report
https://developers.google.com/web/tools/chrome-user-experience-report/
Apache License 2.0
207 stars 47 forks source link

redacted #32

Closed sellsame closed 3 months ago

sellsame commented 3 months ago

Proposal [What exactly is the metric you're proposing?]

Use cases [How do you see this metric being useful in the dataset? Please list.]

Measurement [How is the metric measured? Is it a web standard?]

Schema [How will the data be represented in BigQuery? Sample schema below.]

"first_paint": {
  "histogram": {
    "bin": [
      {"start": 0, "end": 100, "density": 0.003},
      {"start": 100, "end": 200, "density": 0.014},
      // …
    ]
  }  
}