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)
Azure Function: Can't check memory usage of instances
I'm using Azure Function App, in Application Insight-performance, I'm able to see the CPU usage of each instance but not memory or IO rate...
What could be the reason? Thank you!
Nick Meng
Votes: 0
Answers: 2
How can i catch "UnhandledExceptionCausingProcessCrash" that Azure reports?
I am running an app service in Azure. The app crashes and restarts more that 10 times a day.
I have looked at the Availablity and Performance panel under the title "UnhandledExceptionCausingProce...
Kelly
Votes: 0
Answers: 0
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
Can I disable all logs and metrics except the ContainerLogs?
I use Azure Kubernetes service, which is connected to Log Analytics Workspace.
Log Analytics Workspace collects too much data, what is quite expensive.
After googling the ways to reduce the costs I fo...
Farad
Votes: 0
Answers: 1