Azure Application Insights does not log Redis calls -


we implemented azure application insights service our application. service logs of our remote dependencies redis calls, use session , .net outputcache. redis wrapper stackexchange.redis.strongname.

has faced issue?

enter image description here

redis client communicating via resp protocol on tcp connection (port 6379), not supported application insights dependency collector provide. implementing custom dependency collection module redis should possible (please see our gh repository examples) or can call trackdependency api manually.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -