-
Notifications
You must be signed in to change notification settings - Fork 80
fix: change perf data to integer #167
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR aims to convert performance metric values to integers by applying Math.floor() to CLS (Cumulative Layout Shift) and INP (Interaction to Next Paint) metrics, aligning with the existing pattern used for other performance metrics in the codebase.
- Applied
Math.floor()toclsTimemetric - Applied
Math.floor()toinpTimemetric
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I will close this, we have to change the protocol as the CLS values are typically between 0 and 1. |
Fixes apache/skywalking#13596