Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Gremlin operations visible for diagnostic purposes #99

Open
idg10 opened this issue Mar 12, 2020 · 0 comments
Open

Make Gremlin operations visible for diagnostic purposes #99

idg10 opened this issue Mar 12, 2020 · 0 comments
Labels
IMM IP Maturity Matrix

Comments

@idg10
Copy link
Contributor

idg10 commented Mar 12, 2020

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.)

@idg10 idg10 added the IMM IP Maturity Matrix label Mar 12, 2020
@idg10 idg10 mentioned this issue Mar 12, 2020
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IMM IP Maturity Matrix
Projects
None yet
Development

No branches or pull requests

1 participant