Introduction
In order to improve the performance and stability, we have now added Microsoft Azure's Application Insights to ATLAS 10. This will helps us to detect performance anomalies automatically by capturing:
- Exceptions
- Performance Metrics
Switching on Application Insights
Application insights can be turned on from ATLAS 10 -> Tools | Options | Diagnostics | Metrics , see below.
Information Captured
Exception
The information included with the exception gives information such as the application version and location in code where the problem has occurred. The full details of what is captured in an exception is shown in the example below.
Performance Metric
The full list of the performance metrics currently tracked is:
ATLAS_DataAccess:GetDataRequestsPerSecond (#)
ATLAS_DataAccess:TotalSamplesRequestedPerSecond (#)
ATLAS_Rendering:DispatcherQueueLength (#)
ATLAS_Rendering:DispatcherPriorityChangeCount (#)
ATLAS_DataAccess:TotalRequestsPerSecond (#)
ATLAS_DataAccess:GetSampleRequestsPerSecond (#)
ATLAS_Application:SignalsPerSecond (#)
ATLAS_Workbook:PageTransition (ms)
ATLAS_Display:RemoveChildDisplay (ms)
ATLAS_Workbook:RemoveDisplayGroup (ms)
ATLAS_Parameters:SynchroniseCompositeSessionContainerParameters (ms)
ATLAS_Workbook:ParseWorkbook (ms)
ATLAS_UI:BuildMenu (ms)
ATLAS_Workbook:LoadWorkbook (ms)
ATLAS_Display:AddDisplay (ms)
ATLAS_Workbook:CreateWorkbook (ms)
ATLAS_DataAccess:GetEventDataRoundTripTime (ms)
ATLAS_DataAccess_SQL Race:GetNextSamplesSqlRace (ms)
ATLAS_DataAccess:GetDataRoundTripTime (ms)
ATLAS_DataAccess:GetBatchDataRoundTripTime (ms)
ATLAS_DataAccess:GetDataSamplesRoundTripTime (ms)
ATLAS_Display:UpdateParameterValues (ms)
ATLAS_ParameterBrowser:MergeParameterGroups (ms)
ATLAS_Session:CreateParameterGroupCache (ms)
ATLAS_ParameterBrowser:RefreshParameterGroups (ms)
ATLAS_ParameterBrowser:RefreshParameters (ms)
ATLAS_ParameterBrowser:ParameterSelectionFiltering (ms)
ATLAS_SQL Race Adapter:SessionAdapterConversionSync (ms)
ATLAS_SQL Race Adapter:SessionAdapterLapSync (ms)
ATLAS_Session:SessionControllerParameterSync (ms)
ATLAS_SQL Race Adapter:SessionLoadTime (ms)
ATLAS_Session:SessionControllerLapSync (ms)
ATLAS_SQL Race Adapter:SessionAdapterParameterGroupSync (ms)
ATLAS_SQL Race Adapter:SessionConfigurationLoadTime (ms)
ATLAS_SQL Race Adapter:SessionAdapterParameterSync (ms)
ATLAS_ParameterBrowser:ParameterBrowserDisplay (ms)
ATLAS_Application:ApplicationStartup (ms)
ATLAS_Workbook:AddNewPage (ms)
ATLAS_SessionBrowser:SessionBrowserDisplay (ms)
ATLAS_SQL Race Adapter:SessionLoadWorkflowTime (ms)
ATLAS_SQL Race Adapter:SessionUnloadTime (ms)
ATLAS_Display:CreateDisplay (ms)
ATLAS_Application:ApplicationShutdown (ms)
ATLAS_Session:GetParametersForGroup (ms)
ATLAS_Functions:FunctionEditorDisplay (ms)
Comments
0 comments
Please sign in to leave a comment.