Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.42 KB

stream-analytics-job-metrics.md

File metadata and controls

39 lines (28 loc) · 2.42 KB
title description author ms.author ms.service ms.topic ms.date
Azure Stream Analytics job metrics
This article describes job metrics in Azure Stream Analytics.
xujxu
xujiang1
stream-analytics
how-to
07/10/2023

Azure Stream Analytics job metrics

Azure Stream Analytics provides plenty of metrics that you can use to monitor and troubleshoot your query and job performance. You can view data from these metrics on the Overview page of the Azure portal, in the Monitoring section.

:::image type="content" source="./media/stream-analytics-job-metrics/02-stream-analytics-job-metrics-monitoring-block.png" alt-text="Screenshot of the Azure portal that shows the section for monitoring Stream Analytics jobs." lightbox="./media/stream-analytics-job-metrics/02-stream-analytics-job-metrics-monitoring-block.png":::

If you want to check a specific metric, select Metrics in the Monitoring section. On the page that appears, select the metric.

:::image type="content" source="./media/stream-analytics-job-metrics/01-stream-analytics-job-metrics-monitoring.png" alt-text="Screenshot that shows selecting a metric in the Stream Analytics job monitoring dashboard." lightbox="./media/stream-analytics-job-metrics/01-stream-analytics-job-metrics-monitoring.png":::

Metrics available for Stream Analytics

[!INCLUDE metrics]

Scenarios to monitor

Azure Stream Analytics provides a serverless, distributed streaming processing service. Jobs can run on one or more distributed streaming nodes, which the service automatically manages. The input data is partitioned and allocated to different streaming nodes for processing.

[!INCLUDE metrics-scenarios]

Get help

For further assistance, try the Microsoft Q&A page for Azure Stream Analytics.

Next steps