All Azure services (including Stream Analytics) emit several metrics that can provide rich insights into the performance, usage, and health of different components. In the case of a Stream Analytics job, job metrics provide valuable information that let you track job operations and understand what's going on with a job. The metrics are generated out-of-the-box; you don't need to do anything to create these. You can, however, choose metrics of interest from the list of available metrics and also pin them to a dashboard for monitoring. Apart from the Azure portal, metrics can also be accessed programmatically through REST APIs and .NET SDK.
Follow the following steps to browse the available metrics for your ...