Questions tagged [azure-monitoring]

This tag is for anything related to Azure Monitor which is an application and infrastructure monitoring product from Microsoft Azure.

This tag is for anything related to Azure Monitor which is an application and infrastructure monitoring product from Microsoft Azure. https://learn.microsoft.com/en-us/azure/azure-monitor/overview

725 questions
94
votes
5 answers

Azure SQL Database "DTU percentage" metric

With the new Azure SQL Database tier structure, it seems important to monitor your database "DTU" usage to know whether to upgrade or downgrade to another tier. When reading Azure SQL Database Service Tiers and Performance Levels, it only talks…
Dave New
  • 38,496
  • 59
  • 215
  • 394
24
votes
3 answers

Memory metrics missing from Azure dashboard

We've recently started using Azure to host some virtual machines, but I've got problems getting the grips on the available resource monitoring metrics. When I go to the dashboard for the virtual machine, I have the option to add metrics for several…
Julian
  • 20,008
  • 17
  • 77
  • 108
11
votes
6 answers

Azure Monitor Alerts using webhook to Microsoft Teams - No messages to Teams

I'm using Azure Monitor/Log Analytics to trigger alerts successfully. I'm trying to get the alerts into a Microsoft Teams channel (as well as a slack channel for debugging) with no success. I've an alert that's successfully being triggered. I have…
John Fox
  • 747
  • 1
  • 13
  • 28
9
votes
3 answers

Azure Monitor / Application Insights not showing stack trace for errors

I've got an ASP .Net Core 3.0 Web API hosted on Azure App Service. I'm am trying to figure out why it's throwing a 500 Internal Server Error in one of the controller action methods. I've got Application Insights set up, and I can see on the…
7
votes
1 answer

Where does the DataIO in Azure Query Performance Insights come from, when single queries are fast

The following screenshot shows a day of SQL queries and the amount of resources they consume. As you can see, single queries, while there are many don't seem to consume much resources. The bar chart shows a load of 0.08% of Data IO load. The line…
6
votes
1 answer

Kusto\KQL - Render timechart for simple count value

I have a kql-query which calculates number of uploaded BLOBS in Azure storage since last 24 hours. The query blow returns a number as expected when run in Azure log analytics. StorageBlobLogs | where TimeGenerated > ago(1d) and OperationName has…
6
votes
2 answers

Export ARM Template for Azure Log analytics Alerts created from Portal

I have created Azure Log Analytics (Monitor) Alert to monitor the Logic App Failures and I have done this using Azure portal. I would like to know how can we export the Alert created from Azure Portal as an ARM template? Anyone know how we can…
user42012
  • 722
  • 12
  • 33
6
votes
1 answer

Expecting property name enclosed in double quotes when passing JSON string to Azure CLI (from PowerShell)

To create diagnostic settings on an Azure Firewall I want to pass in logs and metrics settings. I define these in 2 variables and then pass 'em into Azure CLI: $logsSetting = "[{'category': 'AzureFirewallApplicationRule','enabled':…
Kai Walter
  • 3,485
  • 2
  • 32
  • 62
6
votes
2 answers

Azure alert only fired once

I have implemented an Azure alert that should fire when a Application Insights metric is greater than zero. The metric is the number of items in a Azure poison queue. The metric is calculated by a Azure Function described in this article:…
5
votes
1 answer

Show Kusto query plan like EXPLAIN

I find myself using the Kusto query language (KQL) via Azure Log Analytics, and I'm struggling to find a way to get any sort of detailed execution report or query plan. In PostgreSQL I'd use EXPLAIN to produce a report on how the DBMS intends to…
Craig Ringer
  • 307,061
  • 76
  • 688
  • 778
5
votes
0 answers

Ways to export log-data from Azure Application Insights to the Elastic Stack?

is there a way to export Log-Data from Application Insights to Elasticsearch? Application Insights is monitoring my Elastic-Cluster. I want to be able to export those logs to Elasticsearch. I was thinking that setting up a continuous export to sql…
5
votes
4 answers

Convert UTC 'TimeGenerated' to local time in Azure monitor/log/analytics, when using "summarize by"

I have this simple query MyLog | summarize avg(executionTimeInMS_d) by bin(TimeGenerated, 5min) I'd like the summary to be in my local time zone, not UTC. This does not work : MyLog | summarize avg(executionTimeInMS_d) by bin(TimeGenerated-5,…
Greg Bala
  • 3,563
  • 7
  • 33
  • 43
5
votes
3 answers

Method to put alerts on long running azure data factory pipeline

I have some data factory pipelines which may sometimes run beyond 2 hours when copying data from blob into SQL. The time period is variable, but I'd like to be notified/alerted when any pipeline runs beyond 2 hours. What are possible ways of doing…
DhruvJoshi
  • 17,041
  • 6
  • 41
  • 60
5
votes
2 answers

How to do percentiles on custom metrics in Azure AppInsights?

I've used Prometheus to store performance metrics and query the results as percentiles (ex. 95th percentile response timing). I used prometheus-net to emit them. What is the equivalent in Azure AppInsights? I see there are percentile functions in…
5
votes
1 answer

Event Hub metrics shows lots of "Other Errors", how to get details?

So I have created an Event Hub using the new portal. When I visit the Event Hub blade and browse to the Metrics blade in the Monitoring section I get this chart: I wonder where I can find more info about these errors. Does anybody know?
Peter Bons
  • 26,826
  • 4
  • 50
  • 74
1
2 3
48 49