Replies: 0 comments 1 reply
-
I've previously used 5XX errors for client-side SLOs which worked very nicely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Web Vitals refers to an initiative by Google to provide metrics/data that can quantify a user's experience of a website.
A subset of Web Vitals, called Core Web Vitals, consists of three metrics: Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift. (All are explained in more depth on the Web Vitals website, linked above.)
These measurements are in use across several mainstream projects, including Next.JS, and in Create React App.
Someone even created a Web Vitals Prometheus exporter for Next.js apps, though it doesn't seem to be actively maintained.
This begs the question of what kind of "core" metrics we could pull from a client-side application, and what use frontend developers could garner from having these metrics.
This also makes me wonder, based off of a thought by @actualwitch, what kind of SLOs would be relevant for browser-based applications.
Beta Was this translation helpful? Give feedback.
All reactions