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

[Backport 2.x] Add Server Side batching for UI Metric Collectors #6819

Merged
merged 1 commit into from
May 23, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 972cf10 from #6721.

* 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>
Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.60%. Comparing base (3f344c9) to head (bdb702a).
Report is 1 commits behind head on 2.x.

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x    #6819   +/-   ##
=======================================
  Coverage   67.60%   67.60%           
=======================================
  Files        3427     3427           
  Lines       67355    67357    +2     
  Branches    10982    10983    +1     
=======================================
+ Hits        45533    45537    +4     
+ Misses      19157    19156    -1     
+ Partials     2665     2664    -1     
Flag Coverage Δ
Linux_1 33.07% <0.00%> (-0.01%) ⬇️
Linux_2 55.16% <100.00%> (+<0.01%) ⬆️
Linux_3 45.22% <0.00%> (+0.01%) ⬆️
Linux_4 34.88% <50.00%> (+<0.01%) ⬆️
Windows_1 33.09% <0.00%> (-0.01%) ⬇️
Windows_2 55.13% <100.00%> (+<0.01%) ⬆️
Windows_3 45.22% <0.00%> (-0.01%) ⬇️
Windows_4 34.88% <50.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kavilla kavilla merged commit ecfaed5 into 2.x May 23, 2024
90 of 91 checks passed
@github-actions github-actions bot deleted the backport/backport-6721-to-2.x branch May 23, 2024 19:57
@ananzh ananzh added the enhancement New feature or request label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Skip the changelog verification check on backports enhancement New feature or request repeat-contributor v2.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants