-
Notifications
You must be signed in to change notification settings - Fork 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
chore: collect server statistics only on server side #19913
Conversation
Server side statistics are not sent to the browser anymore but directly registered when dev-tools websocket connection is opened and closed. Fixes vaadin/platform#6724
vaadin-dev-server/src/main/java/com/vaadin/base/devserver/stats/DevModeUsageStatistics.java
Outdated
Show resolved
Hide resolved
vaadin-dev-server/src/main/java/com/vaadin/base/devserver/stats/StatisticsStorage.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Tomi Virtanen <[email protected]>
Quality Gate passedIssues Measures |
Merge is pending on confirmation that it's OK to leave server stats out from the request sent from the browser to the stats server. |
I converted the PR to draft to prevent being merged accidentally |
Statistics V1 endpoint is still in use for server originated stats and we don't want to deprecate this at the moment, thus let's close the pull request and keep the branch |
Description
Please list all relevant dependencies in this section and provide summary of the change, motivation and context.
Server side statistics are not sent to the browser anymore but directly registered when dev-tools websocket connection is opened and closed.
Fixes vaadin/platform#6724
Type of change
Checklist
Additional for
Feature
type of change