GoogleChrome / webstatus.dev

A tool to monitor and track the status of all Web Platform features across dimensions that are related to availability and implementation quality across browsers, and adoption by web developers.
https://webstatus.dev
Apache License 2.0
103 stars 8 forks source link

Fetch and parse UMA export server responses #671

Closed jcscottiii closed 2 months ago

jcscottiii commented 2 months ago

Add logic to:

  1. Make a request to the UMA Export server
  2. Remove the XSSI prefix
  3. Parse the JSON response into our metricdatatypes.BucketDataMetrics

This fetch and parse logic is inspired by ChromeStatus's uma export logic.

Part of split up of #616

Parent PR: #669