python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get exception details from Azure Monitor Workbook that deals with multiple app insight instances
I am working on creating a workbook that provides an umbrella view over multiple app insight instances. Our solution has many microservices (Azure functions) each having its own app insight instance. ...
Uchitha
Votes: 0
Answers: 2
Get exception details from a Azure Monitor Workbook
In application insights I can click on an exception and find nicely formatted information about it if I click on it.
This could look like this:
I would like to archive the same in an Azure Workbook. ...
David Mason
Votes: 0
Answers: 1
Show tree structure in Azure Monitor Workbook
If I navigate to the "Logs"-section in Azure to find the entries of my Azure Monitor, I get a tree structure that looks like this:
In this example I am just showing all exceptions without a...
David Mason
Votes: 0
Answers: 1
Find max and min values in a column which is a result of summary operation
I am trying to find out a way to calculate the maximum and minimum values of a column.
Using the query below, I first calculate the (requests per minute) RPM by using the summary operation and then wa...
Razi
Votes: 0
Answers: 1