Hi
We followed instructions from "GitHub - newrelic/newrelic-istio-adapter: An Istio Mixer adapter to send telemetry data to New Relic. to install istio adaptor, but then there is not clear explanation how to enable distributed tracing,(default it is disabled), other than saying add below to helm charts, can you please advise where we need to add this snippet
newrelic-tracing:
match: (context.protocol == "http" || context.protocol == "grpc") && destination.workload.name != "istio-telemetry" && destination.workload.name != "istio-pilot" && ((request.headers["x-b3-sampled"] | "0") == "1")
instances:
- newrelic-span