-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add metrics emitted from BulkExecutor
responsible for dynamic batch size tuning.
#43716
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
BulkExecutor
responsible for dynamic batch size tuning.
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/cosmos/azure-cosmos-tests/src/test/java/com/azure/cosmos/ClientMetricsTest.java
Show resolved
Hide resolved
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.
LGTM - Thanks. Only ask is to also update https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos/docs/Metrics.md
/check-enforcer override |
CI is all green - https://dev.azure.com/azure-sdk/public/_build/results?buildId=4462227&view=logs&jobId=9f80b0d8-38c5-5616-1cb0-ad6bbd88708c but GitHub isn't syncing. |
Description
Added additional metrics responsible for dynamically tuning the batch size tuning within
BulkExecutor
.All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines