-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init diagnostics * Added attributes to the json * Additionaly diagnostics * Added SDK retry count as a promoted property * Fixed unit test * Updated JSON format to make it easier to read. * Added user agent string to the diagnotics * Fixed unit tests * Updated naming, fixed tests * Made diagnsotics required on TransactionalBatchResponse. * Revert changes to Batch. Moving to a separate PR * Updated contract test * Refactored handler diagnostics to avoid async task giving bad total time. Fixed tests. * Updated handler test * Fixed unit test * Fixed pk test * Refactored ICosmosDiagnosticsJsonWriter to take advantage of other diagnostics classes. * Added arguement names * Switched to Stopwatch.StartNew(); * Changes based on comments * Switched to using json serializer for the ToString conversion. * Added test for custom handler. Removed unnecessary wrapper. * Fixed unit tests * Fixed tests * Updated naming to diagnosticsContext * Updated changelog * Added unit test * Fixed null list handling * Fixed batch response * Fix linq aggregate diagnostic logic. * Converted to use stringbuilder instead of Newtonsoft * Fixed tests * Fixed null checks and tests * Empty lists are ignored in CosmosClientSideRequestStatistics. * Refactored CosmosDiagnostics into multiple classes to add better summary support. * Converting to JsonWriter * Adding diagnostic context to batch and bulk (#1151) * Wired batch and bulk with diagnostic context. * fixed comments * Fixed bulk test * Fixed batch unit test * Fixed more batch tests * Fixed query unit test * Fixed comments * Adding overall scope to make it explicit for over-all elapsed time. * Added additional unit test logic
- Loading branch information
Showing
78 changed files
with
8,936 additions
and
8,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.