有关Microsoft Azure Application Insights的编程问题,Azure Application Insights是部署的实时应用程序的监视服务,允许收集可用性,性能,使用情况和其他诊断数据。它支持Web服务,Windows应用商店应用和Windows Phone 8应用。
CustomDimensions 未显示在 Azure Functions 隔离的 ApplicationInsights 跟踪中
我正在尝试将 customDimension 添加到我的 Azure 函数日志中,但它们似乎没有通过,我不知道为什么。我尝试过使用 BeginScope 并使用个体发送参数...
我正在为我的服务管理创建一个 Angular 站点仪表板,并且很想知道是否有一种方法可以集成来自 Azure 移动应用程序的 Application Insight 遥测视图?难道是……
Microsoft.ApplicationInsights 包是否包含对 Azure.Core 包的依赖项?
我刚刚注意到 Microsoft.ApplicationInsights 包(版本 2.21.0)的 TelemetryConfiguration 类中提到了一些关于 Azure.Core.TokenCredential 和 Azure.Core.Identity 的内容,但我...
Application Insights 显示失败,就好像它们在库中而不是在我的应用程序中
我已将 Application Insights 集成到我的 Spring Boot 应用程序中。当出现异常时,它会列出异常的位置,就好像它们发生在图书馆级别一样。但我无法修复...
我已经做了一些研究,日志级别信息应该足以确保日志显示在应用程序洞察中,但事实并非如此。 这篇文章似乎提供了答案,但没有看到......
Application Insights 有指标和依赖项,但没有信息跟踪
我有一个 ASP.NET Core 5 应用程序。我看不到自定义跟踪,但可以看到指标和依赖项。我认为这是 LogLevel 的问题,但似乎我找不到正确的设置:
使用 Azure 用户身份验证的 Node js 应用程序中具有 DefaultAzureCredentials 的应用程序见解
我试图使用 @azure/identity 和 applicationinsights 在我的 Node js 应用程序中使用 DefaultAzureCredentials 进行应用程序洞察,这是我的代码 const { DefaultAzureCredent...
我正在将应用程序见解与 Azure CLI 命令结合使用,我希望使用 Azure CLI 命令限制资源每日数据量(每日上限),但我找不到任何教程/想法如何使用 h az
在 KQL(Kusto 查询语言)中,我可以按列(时间)进行分组并对所有其他包含整数的列求和吗?
我想生成一个符合 Grafana Cloud 中时间序列数据可视化所需格式的表格。 (更多详细信息:https://grafana.com/docs/grafana/latest/panels-visualizations/visualiza...
在 Application Insights 中收集 System.Diagnostics.Metrics 数据
在我的应用程序中,我公开了一些如下指标: 使用 System.Diagnostics.Metrics; .... 公开课 MyMetrics { 公共常量字符串名称=“My.App”; 私人只读我...
如何在 Application Insights 中记录 Azure APIM 用户
目标 确定谁正在从 Application Insights (AI) 访问 Azure APIM 中的哪些 API 终结点。 假设 用户 = 个人或后端 多个用户可能共享相同的订阅...
Linux 上的 PowerShell 核心功能应用程序:在 Application Insights 中禁用本地身份验证时日志丢失
我正在使用在 Linux 上运行的 PowerShell core 7.4 函数应用程序。我对禁用本地身份验证的应用程序有深入的了解。我已经部署了 Powershell 脚本来监控虱子...
如何在“运行查询并可视化结果”逻辑应用功能中隐藏或更改图例?
我得到了结果,但它包含图像上的租户 ID,我想隐藏它或更改为不同的值。 我在查询中输入了“| render timechart with(legend=hidden)”,但是它
使用 NestJS 的 Azure Application Insights 不记录请求
我正在尝试让 Azure AppInsights 在使用 NestJS 时记录传入请求。当前使用包:“applicationinsights”:“2.7.3”和节点 16,通过应用程序服务部署在
建造者.服务 .AddOpenTelemetry() .UseAzureMonitor() .ConfigureResource(r => r.AddService("XYZ")) .WithTracing(b => b .AddSource("X") .AddAzureMonitorTraceExpo...
如何优化 Azure Functions 的 Application Insight 成本?
我有 Azure Function(Python) 和 Azure Application Insight。 Application Insight 成本巨大,因为它每月获取 200GB 的数据。 我正在尝试追踪问题出在哪里。 我想知道 Azure 函数...
Azure Functions 和 Application Insights 请求“操作链接”为空
我们将 Azure Functions 升级到独立和 .NET 8。这样做后,我们在 Application Insights 中看到服务总线请求的请求属性“操作链接”基本上是...
Application Insights 不捕获信息级别日志记录
我有一个简单的 Asp.Net Core Web API 应用程序。对于此示例,我遵循此处的官方文档:https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core .csproj <
我正在使用为我的应用程序配置的 Application Insights。可以参考这个文档ApplicatioInsight 这是我的代码: 静态 TelemetryConfiguration telemetryConfiguration = 新
源生成的日志未记录到 Application Insights 中
我希望我的源生成的日志消息出现在 Application Insights 跟踪中。目前,标准 ILogger 日志正在发送到 Application Insights,因此连接似乎...