简体   繁体   中英

How to integrate Application Insights with PHP Azure Web App?

I've deployed a PHP web app on Azure with Application Insights turned on, with Application Insights Extension added and I still don't see any data inside the Applications Insight blade. So now I wonder if there are any additional steps required? :)

After going through couple of howto's I see that they mostly cover .NET, so maybe lack of data on the Application Insights blade means that PHP isn't actually supported (yet)?

Additionally, I wonder if there is a way to stream Diagnostics logs from PHP web app into Application Insights?

Kind regards,

Leszek

PS. I see CPU, memory, # of requests on the application blade in Metrics Per Instance , but somehow they dont get propagated to Application Insights (I assume they should be :))

对于PHP,您必须使用特定的扩展名-https: //github.com/Microsoft/ApplicationInsights-PHP

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