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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -