我在Application Insight Analytics(这个很棒的工具)中创建了一个查询,我打算用它来以某种方式进行监视,但从我发现的情况来看,这并不是那么容易的?
该查询返回一些我想要设置Application Insight警报的数据(例如,if(column1等于'1')then alert()或if(column2>10)then alert()。
或者如果这不可能,那么Analytics服务是否可以从.NET代码或power Shell中使用?如果是这样的话,我就可以自己创建报警服务了(虽然不是很理想)。
上述功能是否可用?
(我不认为我想要的功能在Insights中可用。我想比较两个自定义事件,并根据它们之间的差异,在必要时采取行动)
目前没有办法从Analytics查询获得azure警报。
但是,userVoice上有一个请求:https://visualstudio.userVoice.com/forums/357324-application-insights/suggestions/14428134-add-alerts-based-on-results-of-analytics-queries
所以去投票吧,对此发表评论,让你的声音被听到。
还有一个计划中的服务,通过API从Analytics读取数据:
https://visualstudio.uservoice.com/forums/357324-application-insights/suggestions/4999529-make-data-accessible-via-apis-for-custom-processin
您可以根据它编写自己的服务来完成额外的工作。
PHPInsights 旨在帮助开发者分析 PHP 项目的代码质量,它简化了代码分析的过程,可直接在终端运行。(要求: PHP 7.2+) 特性 代码质量和编码风格分析 美观的展示,可查看代码的体系结构和复杂性 兼容 Laravel、Symfony 等 PHP 框架 内置检查,使代码可靠、简洁且松散耦合。 友好的控制台交互,基于 PHPCS, PHPLOC 和 EasyCodingStandard
Angular Azure Application Insights implementation Connect your Angular client-side to Microsofts Application Insights with this easy-to-use Module Application Insights is an extensible Application Per
Application Insights Java SDK 是 Java Web 服务所采用的最早的原型,请点击 AppInsights-Home 获取更多信息。
有没有办法通过OperationalInsights SDK运行这些查询,或者我需要创建自己的Application Insights API的包装器?这似乎通过令牌增加了额外的身份验证,我宁愿不需要它(我已经有访问日志分析的权限)。
Application Insights Best Practices Tried to gather various best practices for using Application Insights. Starting with ASP .NET MVC and Web API projects and including various suggestions gathered fr
Application Insights Asp.Net v5 是 Web 应用监视中间控件。 示例代码: // Add Application Insights monitoring to the request pipeline as a very first middleware.app.UseApplicationInsightsRequestTelemetry();...// Add t