-
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
Deltas for Convert from microseconds to milliseconds in CosmosDiagnostics #29643
Deltas for Convert from microseconds to milliseconds in CosmosDiagnostics #29643
Conversation
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/RequestTimeline.java
Show resolved
Hide resolved
Can we add a diagnostics output sample in the description part? |
…more test cases (Azure#29484) * use new credential APIs in Service Bus and Event Hubs and add more test cases * fix compatibility error across spring boot versions * add more tests
Increment package versions for orbital releases
Increment package versions for extendedlocation releases
* simplify request body creation. * sync okhttp client. * test buffered responses. * chlog. * body's closeable.
* Updated versions to latest stable releases. * Reverted change to AOT GraalVM's POM on Form Recognizer dependency version to use the latest beta instead of the latest stable. Added a beta entry for Form Recognizer on `version_client.txt`. * Updated BOM version in POM, README and CHANGELOG. * Reverted `version_client.txt` and AOT GraalVM POM changes.
* Always validate fluxes and inputstreams. * unused.
remove epoll dependency from module-info (Azure#29509) * remove epoll dependency from module-info Co-authored-by: annie-mac <[email protected]> Co-authored-by: annie-mac <[email protected]> Co-authored-by: annie-mac <[email protected]> Co-authored-by: annie-mac <[email protected]>
…eMessageSource (Azure#29567) * [ISSUE-29566] Add configuration for visibility timeout in StorageQueueMessageSource * [ISSUE-29566] Adding documentation to sdk/spring/CHANGELOG Co-authored-by: Soumabrata Chakraborty <[email protected]>
* version_client.txt * pom.xml * readme.md * changelog.md * samples.json * autocent
* fix delete range * add maven pom * exclude wiremock-jre8
* Performance update for case insensitive queries. No unit tests needed as functionality is already tested with existing tests. * Fixing logic error. * Updating logic to be more accurate, including addinga new CriteriaType function. Also added unit tests. * Adding performance enhancing logic for IS_EQUAL and unit tests. * Fixing IS_EQUAL performance logic related to case insensitive search and added unit tests. * Fixing code style issues. * Update CriteriaType.java * Update AbstractQueryGenerator.java * Update CriteriaType.java * Update AbstractQueryGenerator.java * Update AbstractQueryGenerator.java Co-authored-by: Fabian Meiswinkel <[email protected]>
* Increment package version after release of com.azure.resourcemanager azure-resourcemanager-resources * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-storage * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-authorization * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-keyvault * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-msi * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-network * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-compute * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-sql * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-dns * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-cosmos * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-appservice * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerservice * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-eventhubs * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-monitor * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerregistry * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-appplatform * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerinstance * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-privatedns * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-redis * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-trafficmanager * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-servicebus * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-cdn * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-search * Increment package version after release of com.azure.resourcemanager azure-resourcemanager
* Update ResourceManager pipeline to use batch release * Move azure-resourcemanager-samples to AdditionalModules
* tracing docs update
…e#29626) For more info on the requirement see https://aka.ms/containers-security-guidance to remove the reference of container images from external registries
* Support local addons path override in stress test deployment * Support username based deployId in local stress deployment * Support WhatIf in stress infrastructure provision script * Simplify stress user detection Co-authored-by: Wes Haggard <[email protected]> * Run helm plugin add with helper * Add WhatIf support to ps module install helper function Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
…ttps://github.com/kwonus-msft/azure-sdk-for-java-kw into MicroSeconds-to-Milliseconds-in-CosmosDiagnostics
Convert from microseconds to milliseconds in CosmosDiagnostics
All unit tests in CosmosDiagnosticsTest.directDiagnostics succeed.
See BEFORE and AFTER json:
BEFORE:
AFTER:
// Given that the type for durationInMilliSecs is a double, the fractional portion of the decimal may contain
// more than three digits to the right of the decimal point (unlike the sample above); The example above
// illustrates the type difference AND the unit difference.