Chuck
Chuck

Reputation: 452

Azure ApplicationInsights Application Map doesn't show PostgreSql dependency by default

In the Application Map feature of Azure ApplicationInsights, it seems that the PostgreSql db dependency is not shown by default, whereas Azure storage queues, blobs are shown, and so are other http dependencies. This doc by Microsoft doesn't explain why either.

Does anyone know why and when this feature will be available?

enter image description here

Upvotes: 2

Views: 1218

Answers (1)

Chuck
Chuck

Reputation: 452

I believe it's bc for .Net, PostgreSql is not an auto-collected dependency. You will have to manually wire it up, according to this article.

Upvotes: 2

Related Questions