From bb104dd12d5972e34de176a96d6fb18ac1def463 Mon Sep 17 00:00:00 2001 From: Santosh Cheler Date: Wed, 29 Mar 2023 09:02:40 -0700 Subject: [PATCH] Update web-vital name to allow custom values --- specification/logs/events/semantic_conventions/browser.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/logs/events/semantic_conventions/browser.md b/specification/logs/events/semantic_conventions/browser.md index e256cde2916..9d1afd5c704 100644 --- a/specification/logs/events/semantic_conventions/browser.md +++ b/specification/logs/events/semantic_conventions/browser.md @@ -213,10 +213,10 @@ requests made by the browser using XMLHttpRequest or Fetch or sendBeacon APIs. | `delta` | double | The delta between the current value and the last-reported value | `0.2` | Required | | `id` | string | A unique ID representing this particular metric instance | "v3-1677874579383-6381583661209" | Required | -`name` MUST be one of the following: +`name` has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used. | Value | Description | |---|---| -| `CLS` | cls | -| `LCP` | lcp | -| `FID` | fid | +| `CLS` | Cumulative Layout Shift | +| `LCP` | Largest Contentful Paint | +| `FID` | First Input Delay |