cost 233 ms
为什么在向我的图表添加指标时不显示默认自定义指标? - Why are default custom metrics not showing up when adding a metric to my graph?

我是指标的新手,我正在尝试创建一个图表来显示更改提要功能的成功和失败调用次数。 当我尝试 select 我的图表的指标时,它们没有出现在自定义标题下。 我正在尝试使用默认创建的指标,我确实在其他应用程序中看到了它们,如下所示。 我确实发现,如果我查询 Membership 指标,我会看到它们已创 ...

无法从程序集“Azure.Core”加载类型“Azure.Messaging.MessageContent” - Could not load type 'Azure.Messaging.MessageContent' from assembly 'Azure.Core'

我有一个 azure 函数队列触发器。 它在本地工作正常,但在部署时却不行。 在 Application Insights 中,我可以看到以下错误消息,队列触发器不会因为这个异常而被调用。 我有一个带有 azure 函数 v3 的 .netcore 3.1 应用程序。 甚至我将它升级到 .net6 ...

错误索引方法“QueueTrigger”无法加载类型“Azure.Core.SyncAsyncEventHandler” - Error indexing method 'QueueTrigger' Could not load type 'Azure.Core.SyncAsyncEventHandler

我有一个 azure 函数队列触发器。 它在本地工作正常,但在部署时却不行。 在 Application Insights 中,我可以看到以下错误消息,队列触发器不会因为这个异常而被调用。 我有一个带有 azure 函数 v3 的 .netcore 3.1 应用程序。 甚至我将它升级到 .net6 ...

记录应用程序洞察 customMetrics 一次而不是 export_interval - python - Log Application insights customMetrics once instead export_interval - python

我有一个 spark stream,它从 azure 数据湖读取数据,应用一些转换,然后写入 azure 突触 (DW)。 我想为每个处理的批次记录一些指标。 但我不想重复每批日志。 有没有办法只记录一次而不是一些 export_interval? 例子: 其中摄取过程如下: ` 在 log_c ...

如何使用 opentelemetry 将数据发送到 azure monitor(app insight)来部署服务? - How to deploy service with using opentelemetry sending data to azure monitor(app insight)?

我有一个简单的反应 nodejs 应用程序 ( http://23.100.37.60:3080/ ) 托管在 AKS 中,下面是我的 nodejs 后端服务器文件、我的部署清单 yml 文件和我的 docker 文件。 我按照此说明( https://learn.microsoft.com/en ...

如何创建 TelemetryClient 的 static 实例,用于在 Azure 功能中记录应用程序洞察 - How to create a static instance of TelemetryClient for application insights logging in Azure Functions

我正在尝试在我的应用程序中实现 appinsights 日志记录,但我无法创建TelemetryClient的实例,因为它在 .net 核心应用程序中已被弃用。 现在我使用下面的方法在 azure 函数中记录数据。 startup.cs文件 在我的Function.cs文件中: 使用上面的遥测技术 ...

在 Azure Monitor for Application Insights 中,如何在 Kusto 中按天制作条形图? - In Azure Monitor for Application Insights how do you make a bar chart by day in Kusto?

在 Azure Monitor for Application Insights 中,如何使用搜索词制作条形图,其中结果按天分组? 如果您在 Application Insights 中有大量日志,但想要使用 Kusto 语言打印按天分组的条形图。 ...

Select 在使用诊断设置传输到存储帐户时限制 App Insights 日志数据的列 - Select limited columns from App Insights log data while transferring to storage account using Diagnostic settings

我在应用洞察中配置了一个诊断设置,以将遥测数据传输到存储帐户。 我不想从 pageViews 数据传输/迁移 user_authenticationId 列。 如何使用诊断设置阻止它转移到存储帐户。 ...

从检测密钥切换到连接字符串后,Application Insights Azure 的 StackTrace 中不再显示异常 - Exceptions are no longer shown in StackTrace in Application Insights Azure after switching from Instrumentation Key to Connection String

我今天发现在 Application Insights 中使用 Instrumentation Key 将来会被弃用。 Microsoft 建议切换到连接字符串。 问题是,如果我尝试切换到 ConnectionString,则异常不再显示在 Azure 的 Application Insights ...

为什么应用洞察力为事件中心依赖遥测生成 _MS.links 列? - Why app insight generate _MS.links column for event hub dependency telemetry?

我在我的应用程序中添加了事件中心,App Insight 开始针对事件依赖发出遥测数据。 此依赖项中的一列是 _MS.links,导致下游工作流因列名而失败。 为什么应用洞察力会发出带有 _MS 的列。 字首? ...

AppInsights 查看对请求的响应 - AppInsights see response to requests

有没有办法在通过 appinsights 生成的日志中查看对请求的响应? 我有几个 api,在查询 requests 表时可以看到客户端发出调用,可以看到请求的状态,但看不到返回给客户端的内容。 此外,当我在我的 API 中单击 appinsights 时,它会说 '在不更改代码的情况下设置应用洞察 ...


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