Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure ApplicationInsights应用程序映射不';默认情况下不显示PostgreSql依赖项_Postgresql_Azure_Azure Application Insights - Fatal编程技术网

Azure ApplicationInsights应用程序映射不';默认情况下不显示PostgreSql依赖项

Azure ApplicationInsights应用程序映射不';默认情况下不显示PostgreSql依赖项,postgresql,azure,azure-application-insights,Postgresql,Azure,Azure Application Insights,在Azure ApplicationInsights的应用程序映射功能中,似乎默认情况下未显示PostgreSql db依赖项,而Azure存储队列、Blob以及其他http依赖项也会显示。微软的这篇文章也不能解释为什么 有人知道为什么和什么时候该功能可用吗 我相信这是针对.Net的bc,PostgreSql不是自动收集的依赖项。你将不得不手动连接它,根据

在Azure ApplicationInsights的应用程序映射功能中,似乎默认情况下未显示PostgreSql db依赖项,而Azure存储队列、Blob以及其他http依赖项也会显示。微软的这篇文章也不能解释为什么

有人知道为什么和什么时候该功能可用吗


我相信这是针对.Net的bc,PostgreSql不是自动收集的依赖项。你将不得不手动连接它,根据