Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: NR 328461 add CLS browser golden signals (#1839)
* add: Add cumulative layout shift (75 percentile) metric to golden metrics * add: Rename cumulative layout shift metric and update summary metrics * add: Include "NUMBER" as a valid unit in the golden metrics schema * add: Include "NUMBER" as a valid unit in the summary metrics schema * fix: Rename cumulative layout shift metric for consistency in golden and summary metrics * add: Include "NUMBER" as a valid unit in golden and summary metrics schemas * fix: Remove "NUMBER" as a valid unit from golden and summary metrics schemas * fix: Update unit from COUNT to NUMBER for cumulative layout shift metric in golden and summary metrics * fix: Change unit from NUMBER to STRING for cumulative layout shift metric in golden and summary metrics * fix: Add "STRING" as a valid unit in golden metrics schema * fix: Change unit from STRING to COUNT for cumulative layout shift metric in golden and summary metrics * fix: Remove "STRING" from valid units in golden metrics schema --------- Co-authored-by: Mili <[email protected]>
- Loading branch information