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)
Kusto Query limitation gets timeout error
I am running a Kusto Query in my Azure Diagnostics where I am querying logs of last 1 week and the query times out after 10 mins. Is there a way I can increase the timeout limits? if yes can someone p...
ZZZSharePoint
Votes: 0
Answers: 1
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
What is the difference between AzureMonitorTraceExporter and AzureMonitorSpanExporter?
from azure.core.settings import settings
from azure.core.tracing.ext.opentelemetry_span import OpenTelemetrySpan
settings.tracing_implementation = OpenTelemetrySpan
from opentelemetry import trace
fr...
Nick Meng
Votes: 0
Answers: 1
Query to get the last active time of a resource(disk/ vm) within a Azure subscription
I have been trying to get the last active time of a disk/VM using Kusto Query Language on Azure portal. Is it possible to track it? I want this information to alert the user if that resource is not us...
Aashritha Reddeddy
Votes: 0
Answers: 1