简体   繁体   English

为什么应用洞察力为事件中心依赖遥测生成 _MS.links 列?

[英]Why app insight generate _MS.links column for event hub dependency telemetry?

I added event hub to my application and App Insight started to emit telemetry with for event dependency.我在我的应用程序中添加了事件中心,App Insight 开始针对事件依赖发出遥测数据。 One of the column in this dependency is _MS.links causing downstream workflows to fail due to column name.此依赖项中的一列是 _MS.links,导致下游工作流因列名而失败。

Why app insight emits column with _MS.为什么应用洞察力会发出带有 _MS 的列。 prefix?字首?

具有特殊字符的名称应引用为x["y"]x['y'] (而不是xy ),在这种情况下: customDimensions["_MS.links"] ,如此处所示

customDimensions["_MS.links"] is the "Operation links" used alongside Operation Id ( operation_Id ), Parent Id ( operation_ParentId ) and Id ( id ) for Application Insights to correlate telemetry. customDimensions["_MS.links"]是与操作 ID ( operation_Id )、父 ID ( operation_ParentId ) 和 ID ( id ) 一起使用的“操作链接”,用于 Application Insights 关联遥测。 See Understanding operation IDs & operation links when working with Event Hubs for more info on that.有关详细信息,请参阅使用事件中心时了解操作 ID 和操作链接

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

相关问题 如何在 Krusto Query 中为 Azure App Insight 数据循环数组? - How to loop an array in Krusto Query for Azure App Insight data? 将不同区域的集群数据流式传输到单个事件中心 - Streaming Clusters Data in different regions into a single Event Hub 将数据从函数中提取到事件中心,再到 Azure 数据资源管理器? - Ingesting data from a function, to an event hub, to Azure Data Explorer? 来自事件中心的数据未填充到 ADX 数据库中 - Data from event hub not getting populated in ADX database 来自事件中心的系统日志数据未显示在 Azure 数据资源管理器中 - Syslog data from Event Hub not showing up in Azure Data Explorer 事件中心和 Azure 数据资源管理器未摄取所有消息 - Event hub & Azure Data Explorer not ingesting all messages 部分数据从事件中心摄取到 Azure 数据资源管理器 - Partial Data Being Ingested To Azure Data Explorer From Event Hub 来自 Azure 事件中心的日志数据被摄取到 ADX 表,没有显示记录,但记录计数即将到来 - Log data from Azure Event Hub is ingested to ADX table , no records being displayed but record counts are coming 将标头 x-ms-app 添加到 Kusto Spark 连接器 - Add the header x-ms-app To Kusto Spark Connector 在 MS Sentinel 中按用户名分组 - Grouping by Username in MS Sentinel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM