使用应用程序见解的自定义应用程序上的仪表板 [英] Dashboards on custom application using application insights

查看:54
本文介绍了使用应用程序见解的自定义应用程序上的仪表板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有许多应用程序将自定义日志抛出到应用程序见解中.我想创建一个仪表板,在其中可以查看每个应用程序是否正在运行或引发异常等.我尝试在日志分析中四处查看,但它似乎没有与应用程序见解相关的信息.谁能提供一些开始的信息?我应该使用Monitor,Log Analytics还是Sentinel来完成此任务,以及如何开始使用自定义应用程序洞察日志.

We have a lot of applications that throws custom logs to application insights. I would like to make a dashboard where I can see if each application is running or throwing exceptions etc. I have tried looking around in log analytics and it does not seem to have a connector to Application insights. Can anyone provide with some information to start on? Should I use Monitor, Log Analytics or Sentinel for this task and how do you get started with custom application insights logs.

推荐答案

Application Insights是Azure Monitor的一部分.现在,在创建新的App Insights资源时,您可以选择将所有内容存储在Azure Log Analytics工作区中,请参见迁移现有的资源到工作空间支持的资源.

Application Insights is part of Azure Monitor. When creating a new App Insights resource you can now choose to store everything in an Azure Log Analytics Workspace, see the docs. Or you can migrate your existing resource to a workspace backed resource.

然后,您可以使用工作簿使用交互式工作簿可视化数据.但是,这些工作簿也可用于经典的App Insights资源.

Then you can use workbooks to visualize data using interactive workbooks. These workbooks are also available to classic App Insights resources however.

还可以通过使用

There is also the possibilty to query an App Insights resource in any Log Analytics Workspace by using the app expression like this:

app("name-of-your-ai-resource").requests
| order by timestamp desc
| project timestamp, url, resultCode

并将这些结果用于可视化.

and use those results for visualizations.

最后,您还可以使用Power Bi的丰富功能来创建交互式转发,请参见

Finally you can also use the rich capabilities of Power Bi to create interactive reposts, see the docs

这篇关于使用应用程序见解的自定义应用程序上的仪表板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆