You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-renderers.md
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Workbook rendering options
2
+
title: Azure Workbooks rendering options
3
3
description: Learn about all the Azure Monitor workbook rendering options.
4
4
services: azure-monitor
5
5
ms.topic: conceptual
@@ -9,43 +9,43 @@ ms.author: abbyweisberg
9
9
10
10
# Rendering options
11
11
12
-
These rendering options can be used with grids, tiles, and graphs to produce the visualizations in optimal format.
12
+
This article describes the Azure Workbooks rendering options you can use with grids, tiles, and graphs to produce visualizations in optimal format.
13
13
14
14
## Column renderers
15
15
16
16
| Column renderer | Description | More options |
17
17
|:------------- |:-------------|:-------------|
18
-
| Automatic | The default - uses the most appropriate renderer based on the column type. ||
18
+
| Automatic | The default. Uses the most appropriate renderer based on the column type. ||
19
19
| Text| Renders the column values as text. ||
20
-
| Right Aligned| Renders the column values as right-aligned text. ||
21
-
| Date/Time| Renders a readable datetime string. ||
20
+
| Right aligned| Renders the column values as right-aligned text. ||
21
+
| Date/Time| Renders a readable date/time string. ||
22
22
| Heatmap| Colors the grid cells based on the value of the cell. | Color palette and min/max value used for scaling. |
23
23
| Bar| Renders a bar next to the cell based on the value of the cell. | Color palette and min/max value used for scaling. |
24
24
| Bar underneath | Renders a bar near the bottom of the cell based on the value of the cell. | Color palette and min/max value used for scaling. |
25
-
| Composite bar| Renders a composite bar using the specified columns in that row. Refer [Composite Bar](workbooks-composite-bar.md) for details. | Columns with corresponding colors to render the bar and a label to display at the top of the bar. |
26
-
|Spark bars| Renders a spark bar in the cell based on the values of a dynamic array in the cell. For example, the Trend column from the screenshot at the top. | Color palette and min/max value used for scaling. |
25
+
| Composite bar| Renders a composite bar by using the specified columns in that row. For more information, see [Composite bar](workbooks-composite-bar.md). | Columns with corresponding colors to render the bar and a label to display at the top of the bar. |
26
+
|Spark bars| Renders a spark bar in the cell based on the values of a dynamic array in the cell. An example is the Trend column from the screenshot at the top. | Color palette and min/max value used for scaling. |
27
27
|Spark lines| Renders a spark line in the cell based on the values of a dynamic array in the cell. | Color palette and min/max value used for scaling. |
28
28
|Icon| Renders icons based on the text values in the cell. Supported values include:<br><ul><li>canceled</li><li>critical</li><li>disabled</li><li>error</li><li>failed</li> <li>info</li><li>none</li><li>pending</li><li>stopped</li><li>question</li><li>success</li><li>unknown</li><li>warning</li><li>uninitialized</li><li>resource</li><li>up</li> <li>down</li><li>left</li><li>right</li><li>trendup</li><li>trenddown</li><li>4</li><li>3</li><li>2</li><li>1</li><li>Sev0</li><li>Sev1</li><li>Sev2</li><li>Sev3</li><li>Sev4</li><li>Fired</li><li>Resolved</li><li>Available</li><li>Unavailable</li><li>Degraded</li><li>Unknown</li><li>Blank</li></ul>||
29
-
| Link | Renders a link that when clicked or performs a configurable action. Use this setting if you **only** want the item to be a link. Any of the other types of renderers can also be a link by using the **Make this item a link** setting. For more information, see [Link Actions](#link-actions). ||
29
+
| Link | Renders a link when selected or performs a configurable action. Use this setting if you *only* want the item to be a link. Any of the other types of renderers can also be a link by using the **Make this item a link** setting. For more information, see [Link actions](#link-actions). ||
30
30
| Location | Renders a friendly Azure region name based on a region ID. ||
31
31
| Resource type | Renders a friendly resource type string based on a resource type ID. ||
32
-
| Resource| Renders a friendly resource name and link based on a resource ID. | Option to show the resource type icon |
33
-
| Resource group | Renders a friendly resource group name and link based on a resource group ID. If the value of the cell is not a resource group, it will be converted to one. | Option to show the resource group icon |
34
-
|Subscription| Renders a friendly subscription name and link based on a subscription ID. if the value of the cell is not a subscription, it will be converted to one. | Option to show the subscription icon. |
35
-
|Hidden| Hides the column in the grid. Useful when the default query returns more columns than needed but a project-away is not desired ||
32
+
| Resource| Renders a friendly resource name and link based on a resource ID. | Option to show the resource type icon.|
33
+
| Resource group | Renders a friendly resource group name and link based on a resource group ID. If the value of the cell isn't a resource group, it will be converted to one. | Option to show the resource group icon.|
34
+
|Subscription| Renders a friendly subscription name and link based on a subscription ID. If the value of the cell isn't a subscription, it will be converted to one. | Option to show the subscription icon. |
35
+
|Hidden| Hides the column in the grid. Useful when the default query returns more columns than needed but a project-away isn't desired.||
36
36
37
37
## Link actions
38
38
39
-
If the **Link** renderer is selected or the **Make this item a link** checkbox is selected, the author can configure a link action to occur when the user selects the cell to taking the user to another view with context coming from the cell, or to open up a url. See link renderer actions for more details.
39
+
If the **Link** renderer is selected or the **Make this item a link** checkbox is selected, you can configure a link action. The action can occur when the user selects the cell to take the user to another view with context coming from the cell or to open a URL. For more information, see link renderer actions.
40
40
41
41
## Use thresholds with links
42
42
43
-
The instructions below will show you how to use thresholds with links to assign icons and open different workbooks. Each link in the grid will open up a different workbook template for that Application Insights resource.
43
+
The following instructions show you how to use thresholds with links to assign icons and open different workbooks. Each link in the grid opens a different workbook template for that Application Insights resource.
44
44
45
45
1. Switch the workbook to edit mode by selecting **Edit**.
46
46
1. Select **Add** > **Add query**.
47
-
1. Change the **Data source** to **JSON** and **Visualization** to **Grid**.
48
-
1. Enter this query.
47
+
1. Change **Data source** to **JSON** and change**Visualization** to **Grid**.
48
+
1. Enter this query:
49
49
50
50
```json
51
51
[
@@ -57,11 +57,13 @@ The instructions below will show you how to use thresholds with links to assign
57
57
58
58
1. Run the query.
59
59
1. Select **Column Settings** to open the settings.
60
-
1. Select **name** from **Columns**.
60
+
1. Under **Columns**, select **name**.
61
61
1. Under **Column renderer**, select **Thresholds**.
62
-
1. Enter and choose the following **Threshold Settings**.
62
+
1. Enter and choose the following **Threshold Settings**:
63
63
64
-
Keep the default row as is. Enter whatever text you like. The Text column takes a String format as an input and populates it with the column value and unit if specified. For example, if warning is the column value, the text can be "{0} {1} link!". It will be displayed as "warning link!".
64
+
1. Keep the **Default** row as is.
65
+
1. Enter whatever text you like.
66
+
1. The **Text** column takes a string format as an input and populates it with the column value and unit if specified. For example, if **warning** is the column value, the text can be `{0} {1} link!`. It will be displayed as `warning link!`.
65
67
66
68
| Operator | Value | Icons |
67
69
|----------|---------|---------|
@@ -71,7 +73,7 @@ The instructions below will show you how to use thresholds with links to assign
71
73

72
74
73
75
1. Select the **Make this item a link** checkbox.
74
-
- Under **View to open**, choose **Workbook (Template)**.
76
+
- Under **View to open**, select **Workbook (Template)**.
75
77
- Under **Link value comes from**, select **link**.
76
78
- Select the **Open link in Context Blade** checkbox.
77
79
- Choose the following settings in **Workbook Link Settings**:
@@ -80,7 +82,7 @@ The instructions below will show you how to use thresholds with links to assign
80
82
81
83

82
84
83
-
1. Select **link** from **Columns**. Under **Settings**, next to **Column renderer**, select **(Hide column)**.
85
+
1. Under **Columns**, select **link**. Under **Settings**, next to **Column renderer**, select **(Hide column)**.
84
86
1. To change the display name of the **name** column, select the **Labels** tab. On the row with **name** as its **Column ID**, under **Column Label**, enter the name you want displayed.
0 commit comments