diff --git a/entity-types/browser-application/golden_metrics.yml b/entity-types/browser-application/golden_metrics.yml index ee3615dcb..fd55aecc6 100644 --- a/entity-types/browser-application/golden_metrics.yml +++ b/entity-types/browser-application/golden_metrics.yml @@ -22,6 +22,14 @@ interactionToNextPaint75PercentileS: from: PageViewTiming eventId: entityGuid eventName: appName +cumulativeLayoutShift75Percentile: + title: Cumulative layout shift (75 percentile) + unit: COUNT + query: + select: percentile(cumulativeLayoutShift, 75) + from: PageViewTiming + eventId: entityGuid + eventName: appName errors: title: Errors unit: COUNT diff --git a/entity-types/browser-application/summary_metrics.yml b/entity-types/browser-application/summary_metrics.yml index 4ff6af395..99170f168 100644 --- a/entity-types/browser-application/summary_metrics.yml +++ b/entity-types/browser-application/summary_metrics.yml @@ -10,6 +10,10 @@ interactionToNextPaint75PercentileS: goldenMetric: interactionToNextPaint75PercentileS unit: SECONDS title: Interaction to next paint (75 percentile) (s) +cumulativeLayoutShift75Percentile: + goldenMetric: cumulativeLayoutShift75Percentile + unit: COUNT + title: Cumulative layout shift (75 percentile) errors: goldenMetric: errors unit: COUNT