Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Web Vitals Plugin #1461

Open
austinlparker opened this issue Apr 5, 2023 · 3 comments
Open

Core Web Vitals Plugin #1461

austinlparker opened this issue Apr 5, 2023 · 3 comments

Comments

@austinlparker
Copy link
Member

Is your instrumentation request related to a problem? Please describe

Core Web Vitals is a widely accepted and utilized set of measurements for web client performance. Frontend developers rely on CWV in creating SLIs and SLOs for their applications.

Is it applicable for Node or Browser or both?

Browser

Do you expect this instrumentation to be commonly used?

I would expect this to be come a default part of the web instrumentation.

What version of instrumentation are you interested in using?

n/a

Additional context

I'm mostly adding this request as I don't see it anywhere already and wanted to have a public record/discussion of it. Perhaps this has been discussed in the SIG previously?

@pkanal
Copy link
Contributor

pkanal commented Apr 6, 2023

There was a PR a while back to add web vitals auto-instrumentation that eventually went stale because it was built around traces and spans. Ultimately it seems like it was decided that traces and spans were not the right way to describe web vitals.

There's also an open issue in the JS sandbox repo to create a POC of web vitals auto-instrumentation that is only based on events.

@weyert
Copy link

weyert commented Apr 9, 2023

Can you use metrics in a web client? Sounds like that would be a reasonable use case for core web vitals?

@scheler
Copy link

scheler commented Jun 7, 2024

This will be implemented using (Log) Events. Now that we have Events API and SDK merged, we should be able to get this out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants