I've previously asked a question about specific telemetry sampling where one can discard 10% of the successful calls.
Turns out that dependencies need to be treated separately. Filtering out most of the successful dependencies will probably lead to a loss of information about failures/exceptions.
Is there any way to know if a dependency belongs to an exception or to cluster Telemetry items that belong together?
Edit: Apparently there is a 'successful call' property. But not much info can be found about it. Does it mean that the dependency itself has failed or that the original call failed?