Questions tagged [azure-application-insights]

If you have inquiries related to Microsoft's Azure Application Insights, a monitoring tool designed for keeping track of live applications by gathering availability, performance, usage, and diagnostic data, feel free to ask here. This tool is compatible with web services, Windows Store apps, and Windows Phone 8 apps.

Can messages be transmitted to Log Stream (App Insights Logs) within Azure Function App?

I've been searching for a solution, but have yet to find one. When I'm in my Function App, I go here: https://i.stack.imgur.com/9kwC2.png Then click the drop-down arrow and choose Application Insight Logs https://i.stack.imgur.com/s4Chu.png In the log ...

Using Azure application insights with your nextjs application is a powerful way to monitor and analyze

Having trouble setting up Azure app insight with nextjs, is there anyone who can provide assistance? ...

Integrate your Next.js application with Azure Application Insights by leveraging open telemetry with the help of the package @vercel/otel

While exploring the Next.js documentation, I came across a reference to utilizing the package "@vercel/otel" for OpenTelemetry configuration. Following the provided guidelines, I successfully implemented it on the client side. However, I now realize the ne ...

I am unable to view the metrics and HTTP requests/responses data on the Azure Application Insights dashboard for my Node.js Express application

Currently integrating Azure App Insights into my NodeJS app (specifically a Remix app using Express). However, after setting up the library, I am not able to see any metrics appearing on my Application Insights Dashboard or the "Performance" tab. https:// ...

What steps should I take to resolve the 'Unable to locate module: Cannot resolve 'os'' issue that arises when integrating Azure Application Insight with Next.JS and OpenTelemetry?

Interested in logging a Next.js application to Azure Application Insight. I have the code below in my `instrumentation.ts` file: import { AzureMonitorTraceExporter } from '@azure/monitor-opentelemetry-exporter' import { Resource } from '@opentelemetry/reso ...