postgresql - 默认情况下,Azure ApplicationInsights 应用程序 map 不显示 PostgreSql 依赖项

标签 postgresql azure azure-application-insights

在 Azure ApplicationInsights 的应用程序映射功能中,默认情况下似乎不显示 PostgreSql db 依赖项,而显示 Azure 存储队列、blob 以及其他 http 依赖项。这个doc微软也没有解释原因。

有谁知道此功能为何以及何时可用?

enter image description here

最佳答案

我相信这是 .Net 的 bc,PostgreSql 不是自动收集的依赖项。您必须根据 this article 手动连接它。 .

关于postgresql - 默认情况下,Azure ApplicationInsights 应用程序 map 不显示 PostgreSql 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57048138/

相关文章:

c# - 防止将特定异常记录到 App Insights

azure - 在哪里可以查看 Azure AppInsights 中的跟踪和事件?

sql - 在外键中添加 NULL

c# - Blazor 个人帐户失败并显示 "ArgumentException: The path in ' 值'必须以 '/' 开头。 (参数 'value')”

javascript - Azure 存储 SAS token 在本地主机上工作,但部署在 Azure Kubernetes 上时不起作用

c# - 如何使用自定义条件从 Azure 删除日志?

c# - Bot Framework 遥测生成的事件未出现在 Application Insights 中

sql - 如何在postgres中的多个表中的多个列上定义唯一约束?

sql - 常用查询的 psql 快捷方式? (比如 Unix "alias")

sql - PostgreSQL 相当于 SQL Server NVARCHAR (MAX)