forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add driver type information in service-client telemetry (microsoft#22964
) This change adds `driver`, `driverEndpointName` and `testVariant` information to service-client telemetry. Rest of the field such as `clientType`, `loaderId` and `containerId` are not displayed as part of `Test_start` and `Test_end` event name [Execute]( https://dataexplorer.azure.com/clusters/kusto.aria.microsoft.com/databases/742fa5a288b045e5beab1a2b8e445a71?query=H4sIAAAAAAAAA1WPsU7DQAyG9z6FdRMgUItg4AHokIUpYj25dz5yKLEjn9OqEg%2FPoSal2Wz%2F3%2B%2FfnjgLg6SUA%2FnUTzn6lHAyGdCq4h82P3DqSAne0dAfptzHJkJmuHMvu7fX5527XyNGxT5wIOiwgAvILAZohqEDhCBsmJkU7FQj3Wa7hZWdjsQ3%2FrZu83uOroaIxuo7nGH%2FxzScxLe5glhCVUeVbwr2pHTh1tDj%2F3GfqBnZ5knUfCRtzyOtBjVylHy5ZBZCn%2BvGG7IXrEFNXPTltevk%2BsvcD1QKfi0dqYrOtRIW4V%2BVtJA1jQEAAA%3D%3D) union office_fluid_ffautomation_* | where Data_buildId in ("308410") | where Data_testName has "cannot attach a container twice" // | where Data_eventName has "Test_End" | order by EventInfo_Time asc | project-reorder EventInfo_Time, Data_testVariant, Data_driverType, Data_driverEndpointName, Data_clientType, Data_loaderId, Data_containerId, Data_eventName, Data_message, Data_error, Data_reason The `Test_End` event lacks `Data_driverType` and `Data_driverEndpointName` field, which are present in other events. Test run: https://dev.azure.com/fluidframework/internal/_build/results?buildId=308410&view=results [ADO Work Item](https://dev.azure.com/fluidframework/internal/_workitems/edit/8762)
- Loading branch information
1 parent
9a3fa55
commit f1c1c31
Showing
7 changed files
with
72 additions
and
12 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.