简体   繁体   English

以编程方式查询 Azure Application Insights Analytics

[英]Programmatically Query Azure Application Insights Analytics

Based off Overview of log queries in Azure Monitor , is there any method to programmatically query using .NET the application insights analytics and download the results?基于Azure Monitor 中的日志查询概述,是否有任何方法可以使用 .NET 以编程方式查询应用程序洞察分析并下载结果?

Like say something like this in my C# application:就像在我的 C# 应用程序中说这样的话:

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

Full Application Insights API is available, details are here:完整的 Application Insights API 可用,详细信息在这里:

https://dev.applicationinsights.io/ https://dev.applicationinsights.io/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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