You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gremlin client uses TCP directly, with the effect that all CosmosDB Gremlin activity is completely invisible in Application Insights. (The other storage types do better, either because AI's HttpClient-based dependency tracing catches it or, as with SQL Server, they have direct support for it.)
To be able to see Gremlin activity we will need to add instrumentation to the library to report activity via Corvus.Monitoring. (Unless Microsoft adds Application Insights support to the Gremlin client first.)
The text was updated successfully, but these errors were encountered:
The Gremlin client uses TCP directly, with the effect that all CosmosDB Gremlin activity is completely invisible in Application Insights. (The other storage types do better, either because AI's
HttpClient
-based dependency tracing catches it or, as with SQL Server, they have direct support for it.)To be able to see Gremlin activity we will need to add instrumentation to the library to report activity via
Corvus.Monitoring
. (Unless Microsoft adds Application Insights support to the Gremlin client first.)The text was updated successfully, but these errors were encountered: