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