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-data-sources.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,16 +141,16 @@ This provider supports [JSONPath](workbooks-jsonpath.md).
141
141
Azure Monitor has functionality that proactively monitors the availability and performance of Windows or Linux guest operating systems. Azure Monitor models key components and their relationships, criteria for how to measure the health of those components, and which components alert you when an unhealthy condition is detected. With workbooks, you can use this information to create rich interactive reports.
142
142
143
143
To make a query control that uses this data source, use the **Query type** dropdown to select **Workload Health**. Then select subscription, resource group, or VM resources to target. Use the health filter dropdowns to select an interesting subset of health incidents for your analytic needs.
144
-
145
-
:::image type="content" source="./media/workbooks-data-sources/workload-health.png" lightbox="./media/workbooks-data-sources/workload-health.png" alt-text="Screenshot that shows an alerts query.":::
144
+
<!-- convertborder later -->
145
+
:::image type="content" source="./media/workbooks-data-sources/workload-health.png" lightbox="./media/workbooks-data-sources/workload-health.png" alt-text="Screenshot that shows an alerts query." border="false":::
146
146
147
147
## Azure resource health
148
148
149
149
Workbooks support getting Azure resource health and combining it with other data sources to create rich, interactive health reports.
150
150
151
151
To make a query control that uses this data source, use the **Query type** dropdown and select **Azure health**. Then select the resources to target. Use the health filter dropdowns to select an interesting subset of resource issues for your analytic needs.
152
-
153
-
:::image type="content" source="./media/workbooks-data-sources/resource-health.png" lightbox="./media/workbooks-data-sources/resource-health.png" alt-text="Screenshot that shows an alerts query that shows the health filter lists.":::
152
+
<!-- convertborder later -->
153
+
:::image type="content" source="./media/workbooks-data-sources/resource-health.png" lightbox="./media/workbooks-data-sources/resource-health.png" alt-text="Screenshot that shows an alerts query that shows the health filter lists." border="false":::
154
154
155
155
## Azure RBAC
156
156
@@ -171,15 +171,17 @@ Simple JSON arrays or objects will automatically be converted into grid rows and
171
171
## Change Analysis (preview)
172
172
173
173
To make a query control that uses [Application Change Analysis](../app/change-analysis.md) as the data source, use the **Data source** dropdown and select **Change Analysis (preview)**. Then select a single resource. Changes for up to the last 14 days can be shown. Use the **Level** dropdown to filter between **Important**, **Normal**, and **Noisy** changes. This dropdown supports workbook parameters of the type [drop down](workbooks-dropdowns.md).
174
-
174
+
<!-- convertborder later -->
175
175
> [!div class="mx-imgBorder"]
176
-
> :::image type="content" source="./media/workbooks-data-sources/change-analysis-data-source.png" lightbox="./media/workbooks-data-sources/change-analysis-data-source.png" alt-text="A screenshot that shows a workbook with Change Analysis.":::
176
+
> :::image type="content" source="./media/workbooks-data-sources/change-analysis-data-source.png" lightbox="./media/workbooks-data-sources/change-analysis-data-source.png" alt-text="A screenshot that shows a workbook with Change Analysis." border="false":::
177
177
178
178
179
179
## Prometheus (preview)
180
180
181
181
With [Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md), you can collect Prometheus metrics for your Kubernetes clusters. To query Prometheus metrics, select **Prometheus** from the data source dropdown, followed by where the metrics are stored in [Azure Monitor workspace](../essentials/azure-monitor-workspace-overview.md) and the [Prometheus query type](https://prometheus.io/docs/prometheus/latest/querying/api/) for the PromQL query.
182
-
:::image type="content" source="./media/workbooks-data-sources/prometheus-query.png" lightbox="./media/workbooks-data-sources/prometheus-query.png" alt-text="Screenshot that shows sample PromQL query.":::
> Querying from an Azure Monitor workspace is a data plane action and requires an explicit role assignment of Monitoring Data Reader, which is not assigned by default
0 commit comments