@@ -42,41 +42,41 @@ You can use the job view to interact with Azure Stream Analytics jobs from Visua
42
42
You can use job monitor in Visual Studio Code to view and troubleshoot your Azure Stream Analytics jobs.
43
43
44
44
### View job diagram and job summary
45
- 1 . Click on ** Job Monitor** . Your Job Monitor should appear, and job diagram should be loaded automatically.
45
+ 1 . Select ** Job Monitor** . Your Job Monitor should appear, and job diagram should be loaded automatically.
46
46
47
47
![ Open Job Monitor] ( ./media/vscode-explore-jobs/open-job-monitor.png )
48
48
49
49
2. You can view your job diagram and click on ** Job Summary** to view properties and information of your job.
50
50
51
- ![ View Job Summary] ( ./media/vscode-explore-jobs/view-job -summary.png )
51
+ 
52
52
53
53
3. You can click on ** Test Connection** button to test connection to your input and output.
54
54
55
- ![ Test Connection] ( ./media/vscode-explore-jobs/test-connection.png )
55
+ 
56
56
57
57
4. You can also click on ** Locate Script** button to view your query.
58
58
59
- ![ View Query] ( ./media/vscode-explore-jobs/view-query.png )
59
+ 
60
60
61
61
### Monitor and debug with Metrics
62
62
63
63
1. Click on the arrow button, you can open the Metrics panel.
64
64
65
- ![ Open Metrics Panel] ( ./media/vscode-explore-jobs/open-metrics-panel.png )
65
+ 
66
66
67
67
2. You can interact with it and analyze your job with key metrics showing in chart. You can choose to view job-level metrics or nodes level metrics. And you can also decide which metrics you want them to show in the chart.
68
68
69
- ![ View Metrics] ( ./media/vscode-explore-jobs/view-metrics.png )
69
+ 
70
70
71
71
### Debug with diagnostic logs and activity logs
72
72
73
73
You can view your job’s diagnostic logs and activity logs for troubleshooting.
74
74
75
- 1 . Click on ** Diagnostic Logs** tab.
75
+ 1 . Select ** Diagnostic Logs** tab.
76
76
77
- ![ View Diagnostic Logs] ( ./media/vscode-explore-jobs/view-diagnostic-logs .png )
77
+ ![ View Diagnostic Logs] ( ./media/vscode-explore-jobs/view-diagnostic-log .png )
78
78
79
- 2 . Click on ** Activity Logs** tab
79
+ 2 . Select ** Activity Logs** tab
80
80
81
81
![ View Activity Logs] ( ./media/vscode-explore-jobs/view-activity-logs.png )
82
82
0 commit comments