Skip to content

fix: filter remotedependency data sent over to appinsights and include...

Varunkumar Manohar requested to merge slb/vm/telemetry-preprocessor-updates into master

This MR filters remoteDependencyData sent to Azure appinsights. If the remotedependencyDatahas success attribute set to true then such telemetry data is not sent to appinsights.

Additionally, there is a fix to ensure traceparent is always propagated if the incoming request has such a header.

Merge request reports