SQL Agent Insights:Documentation:Insight Overview: Difference between revisions
m (Wikiadmin moved page SQL Agent Insight:Documentation:Insight Overview to SQL Agent Insights:Documentation:Insight Overview) |
No edit summary |
||
Line 1: | Line 1: | ||
[[SQL Agent | [[SQL Agent Insights:Documentation|Back to Documentation Main]] | ||
<hr> | <hr> | ||
Line 5: | Line 5: | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| | | | ||
The Insight is the key focal point for each monitored SQL Server® instance within ''SQL Agent | The Insight is the key focal point for each monitored SQL Server® instance within ''SQL Agent Insights''. It is from here that one will spawn other actions that drive the monitoring experience. | ||
Let's break down a typical Insight into its major components. Knowing these locations and terminology will assist in the quick navigation of an Insight and monitoring session. | Let's break down a typical Insight into its major components. Knowing these locations and terminology will assist in the quick navigation of an Insight and monitoring session. | ||
Line 85: | Line 85: | ||
Additionally, right-clicking on the group category will toggle the maintenance for all of the metrics in that category, and provides a quick method of doing so instead of toggling each individual metric. | Additionally, right-clicking on the group category will toggle the maintenance for all of the metrics in that category, and provides a quick method of doing so instead of toggling each individual metric. | ||
To understand all of the metrics and their specific details, navigate to the [[SQL Agent | To understand all of the metrics and their specific details, navigate to the [[SQL Agent Insights:Documentation:Insight Metrics|metrics page]]. | ||
| | | | ||
|} | |} | ||
Line 100: | Line 100: | ||
* The current authentication method to the monitored instance, either Windows or SQL Authentication. In the case of SQL authentication, the connected username will be shown. | * The current authentication method to the monitored instance, either Windows or SQL Authentication. In the case of SQL authentication, the connected username will be shown. | ||
* The date and time of the last metric sampling/collection along with the time taken in seconds shown in square brackets. | * The date and time of the last metric sampling/collection along with the time taken in seconds shown in square brackets. | ||
* The most recent timeframe, as indicated by an icon, showing either 3, 5, 7, 14 or 30 days, depending on the current setting in the Insight options. Please see the [[SQL Agent | * The most recent timeframe, as indicated by an icon, showing either 3, 5, 7, 14 or 30 days, depending on the current setting in the Insight options. Please see the [[SQL Agent Insights:Documentation:Insight Metrics|metrics page]] on how the recent timeframe affects certain metrics during polling. | ||
* The polling interval indicated beside the hourglass icon, being one of the following: | * The polling interval indicated beside the hourglass icon, being one of the following: | ||
** Manual, | ** Manual, | ||
Line 172: | Line 172: | ||
[[file:redflag-26.png]] | [[file:redflag-26.png]] | ||
Another unique feature to ''SQL Agent | Another unique feature to ''SQL Agent Insights'', the Job Conflict Outlook (“JCO”), allows the ability to peer into the future to see potential job run conflicts over the next 24 hours. The JCO does this by calculating all possible job runs and then determines if these conflict with any other scheduled jobs. These job run schedules are then represented in a Gantt style chart to easily see which jobs overlap. This helps in determining the optimal time to run those critical jobs without conflicts. | ||
For jobs to appear on the chart, they must: | For jobs to appear on the chart, they must: | ||
Line 184: | Line 184: | ||
[[file:document-26.png]] | [[file:document-26.png]] | ||
Another one-up compared to the log viewer provided with SQL Management Studio, ''SQL Agent | Another one-up compared to the log viewer provided with SQL Management Studio, ''SQL Agent Insights''' Log Viewer shows just how large those SQL agent logs are, along with the ability to easily filter by severity or by message text to get to the root of a problem quickly. | ||
=== More Options === | === More Options === | ||
Line 214: | Line 214: | ||
[[file:settings-26.png]] | [[file:settings-26.png]] | ||
Everything that can be set with a monitored Insight is done via the Insight [[SQL Agent | Everything that can be set with a monitored Insight is done via the Insight [[SQL Agent Insights:Documentation:Insight Configuration|Configuration]] dialog. | ||
<hr> | <hr> | ||
[[SQL Agent | [[SQL Agent Insights:Documentation|Back to Documentation Main]] | ||
{{MicrosoftFooter}} | {{MicrosoftFooter}} |
Latest revision as of 03:37, 16 October 2023
The Insight is the key focal point for each monitored SQL Server® instance within SQL Agent Insights. It is from here that one will spawn other actions that drive the monitoring experience. Let's break down a typical Insight into its major components. Knowing these locations and terminology will assist in the quick navigation of an Insight and monitoring session. |
Main Toolbar
Across the top of each Insight is presented:
|
Metric Summary
Directly below the main toolbar is the metric summary, showing the totals of each metric state possible, being one of either:
|
Action Bar
The action bar is stationed to the left of the metric data on an Insight and has the following options, from top to bottom:
|
Metric Details
This section of an Insight is the "meat and potatoes", the focal point of an Insight. Here metrics are grouped into the following 10 categories (from top to bottom):
Here, the maintenance of each individual metric can be toggled on or off (with a simple checkbox), view the latest polled value of a metric or group of metrics, along with setting the warning and critical thresholds of each individual metric. Additionally, right-clicking on the group category will toggle the maintenance for all of the metrics in that category, and provides a quick method of doing so instead of toggling each individual metric. To understand all of the metrics and their specific details, navigate to the metrics page. |
Status Bar
Located at the bottom of each Insight, the status bar showcases the following:
|
Insight Log
Most actions and events are captured within the Insight log and can include:
Filtering of the log is facilitated by clicking on the filter icon in the column header. Upon doing so, the status bar will indicate “Filtered logs | x of y total” notifying that not all logs are being shown. In addition, the following actions are available in the Log tab's action bar:
|
Toolbar Options
An Insight toolbar has all of the options when working with the monitored instance of SQL Server®. From left to right, they are:
Pause/Resume Polling
Error creating thumbnail: Unable to save thumbnail to destination | Error creating thumbnail: Unable to save thumbnail to destination
At any time, active polling of your SQL Server® instance can be started and stopped with this option and indicated within the Insight status bar.
Refresh Metrics via a Manual Poll
Error creating thumbnail: Unable to save thumbnail to destination
No matter what option is selected for the polling interval, the refresh button will instantiate a connection to your monitored SQL Server® instance and update the metrics at any time refreshing all values to the most recent.
Job Monitor
Error creating thumbnail: Unable to save thumbnail to destination
Aside from the Insight, the Job Monitor will be the most used functionality for a monitored instance. The Job Monitor is a detailed window into the most useful data for each of your scheduled jobs. With more features than the default Job Activity Monitor in SQL Management Studio, monitoring your job infrastructure is intuitive and easy.
Job Conflict Outlook
Error creating thumbnail: Unable to save thumbnail to destination
Another unique feature to SQL Agent Insights, the Job Conflict Outlook (“JCO”), allows the ability to peer into the future to see potential job run conflicts over the next 24 hours. The JCO does this by calculating all possible job runs and then determines if these conflict with any other scheduled jobs. These job run schedules are then represented in a Gantt style chart to easily see which jobs overlap. This helps in determining the optimal time to run those critical jobs without conflicts. For jobs to appear on the chart, they must:
- have a schedule,
- be enabled,
- have a frequency greater than zero (i.e. run at least once in a 24 hour period),
- be a local job (TSX type), and,
- run at a minimum every 5 minutes. (Jobs that run more frequently, typically, are quick to run, and will likely conflict with a lot of other jobs).
Log Viewer
Error creating thumbnail: Unable to save thumbnail to destination
Another one-up compared to the log viewer provided with SQL Management Studio, SQL Agent Insights' Log Viewer shows just how large those SQL agent logs are, along with the ability to easily filter by severity or by message text to get to the root of a problem quickly.
More Options
Error creating thumbnail: Unable to save thumbnail to destination
(which expands to the following)
- Error creating thumbnail: Unable to save thumbnail to destination Schedules
- Error creating thumbnail: Unable to save thumbnail to destination Database Mail Profiles & Accounts
- Error creating thumbnail: Unable to save thumbnail to destination Database Mail Items
- Error creating thumbnail: Unable to save thumbnail to destination Database Mail Event Log
- Error creating thumbnail: Unable to save thumbnail to destination Registry Values
- Error creating thumbnail: Unable to save thumbnail to destination Alerts
- Error creating thumbnail: Unable to save thumbnail to destination Sessions
- Error creating thumbnail: Unable to save thumbnail to destination Operators
- Error creating thumbnail: Unable to save thumbnail to destination Categories
- Error creating thumbnail: Unable to save thumbnail to destination Proxies
List Running Jobs (indicator)
Error creating thumbnail: Unable to save thumbnail to destination | Error creating thumbnail: Unable to save thumbnail to destination
This icon is represented as a "running person" image. By default, this icon is blue in color when running jobs are not being logged into the Insight log. When enabled, this icon will be green in color.
Email Notifications (indicator)
Error creating thumbnail: Unable to save thumbnail to destination | Error creating thumbnail: Unable to save thumbnail to destination
This icon is represented as a "megaphone" image. By default, this icon is blue in color when email notifications are disabled / not configured. When enabled, this icon will be green in color.
Insight Configuration
Error creating thumbnail: Unable to save thumbnail to destination
Everything that can be set with a monitored Insight is done via the Insight Configuration dialog.
Microsoft®, Windows® and SQL Server® are registered trademarks of Microsoft Corporation in the United States and/or other countries.
Some icons courtesy of Icons8