简体   繁体   中英

Application insights profiling NodeJs application using Docker image

I want to know if Azure App insights support profiling for Nodejs Apps. If not the case, is there any alternative for that?

Thanks

I want to know if Azure App insights support profiling for Nodejs Apps.

Yes, you can perform profiling for Node.js apps using Azure Application Insights.

According to documentation , install the following client libraries:

npm install @opentelemetry/sdk-trace-base
npm install @opentelemetry/sdk-trace-node
npm install @azure/monitor-opentelemetry-exporter

You can refer toMonitor your Node.js services and apps with Application Insights , Use Application Insights with on-premises Node.js application and Need help and guidance for accessing operationId in nodejs application

For more information, you can check the GitHub repository of Application Insights SDK for Node.js

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM