This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
Do not produce dependency items for the quick pulse calls #196
Closed
Description
Using app insights in VS I keep seeing these “Dependecy /QuickPulseService.svc” lines show up
What is this? It’s kind of annoying that it shows up every 5 seconds!
VS shows all telemetry items – filtered and not filtered. One of the reasons for this is that we wanted to show “sampled out” requests in the local search. If QP generate dependencies events – SDK spends many cycles to allocate and initialize those. So this is clearly a wasted effort.
I think the solution is to filter those calls in Dependency Tracking module, not in the filter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment