-
Notifications
You must be signed in to change notification settings - Fork 917
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
Server Side batching for saving UI metrics #6375
Labels
enhancement
New feature or request
Comments
7 tasks
7 tasks
kavilla
pushed a commit
that referenced
this issue
May 22, 2024
* Add Server Side batching for UI Metric Collectors Signed-off-by: Suchit Sahoo <suchsah@amazon.com> * Changeset file for PR #6721 created/updated This PR introduces Server Side batching of UI metric reports sent by clients to reduce the number of updates taking place at OpenSearch. Issues Resolved #6375 --------- Signed-off-by: Suchit Sahoo <suchsah@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
May 22, 2024
* Add Server Side batching for UI Metric Collectors Signed-off-by: Suchit Sahoo <suchsah@amazon.com> * Changeset file for PR #6721 created/updated This PR introduces Server Side batching of UI metric reports sent by clients to reduce the number of updates taking place at OpenSearch. Issues Resolved #6375 --------- Signed-off-by: Suchit Sahoo <suchsah@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 972cf10) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
kavilla
pushed a commit
that referenced
this issue
May 23, 2024
* Add Server Side batching for UI Metric Collectors * Changeset file for PR #6721 created/updated This PR introduces Server Side batching of UI metric reports sent by clients to reduce the number of updates taking place at OpenSearch. Issues Resolved #6375 --------- (cherry picked from commit 972cf10) Signed-off-by: Suchit Sahoo <suchsah@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
LDrago27
added a commit
to LDrago27/OpenSearch-Dashboards
that referenced
this issue
Jun 3, 2024
…#6721) * Add Server Side batching for UI Metric Collectors Signed-off-by: Suchit Sahoo <suchsah@amazon.com> * Changeset file for PR opensearch-project#6721 created/updated This PR introduces Server Side batching of UI metric reports sent by clients to reduce the number of updates taking place at OpenSearch. Issues Resolved opensearch-project#6375 --------- Signed-off-by: Suchit Sahoo <suchsah@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
This Issue is a follow up to the PR entailed here . (#6203). As part of the above PR Ui metrics collectors were enabled , however there was a concern of performance hit if a large number of concurrent users happened to save metrics into the saved object at the same time.
Describe the solution you'd like
A server side batching solution would enable us to batch all the saved object write operations for Ui metrics into a single write operation reducing the performance hit on the backend and adversely affecting users.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: