Programmatically Query Azure Application Insights Analytics

为君一笑 提交于 2019-12-10 10:31:56

问题


With respect to the article found here, is there any method to programmatically query using .NET the application insights analytics and download the results.

Like say in my C# application.

application_insight_analytics.connect(ApplicationInsightsConnectionString) application_insight_analytics.query(query).toList();


回答1:


Full Application Insights API is available, details are here:

https://dev.applicationinsights.io/



来源:https://stackoverflow.com/questions/37836090/programmatically-query-azure-application-insights-analytics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!