I’m quite new to Azure and OTEL, and currently exploring the options of integrating Open Telemetry with Application Insights in Azure.
I was able to push traces using the AzureMonitorTraceExporter
and I did see them appearing under the Performances
in App Insights.
But I’m struggling to send OTEL metrics to Insights. For example, I need to calculate how long did a function took to complete execution, how much memory did it take etc and send those metrics to Application Insights. After sending them to App Insights, from which table can I query those?
I tried searching for this online, but couldn’t find any. Any help could be appreciated.