Skip to content

Commit

Permalink
Merge pull request #2410 from murgatroid99/grpc-js-xds_prod_legacy_tr…
Browse files Browse the repository at this point in the history
…acers

grpc-js-xds: Use the same tracers in the legacy driver as in the new one
  • Loading branch information
murgatroid99 committed Apr 4, 2023
2 parents 1b1b7a9 + 8f47d67 commit 0714ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/scripts/xds.sh
Expand Up @@ -50,7 +50,7 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh

mkdir -p "${KOKORO_ARTIFACTS_DIR}/github/grpc/reports"

GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver,fault_injection,http_filter,csds \
GRPC_NODE_TRACE=xds_client,xds_resolver,xds_cluster_manager,cds_balancer,xds_cluster_resolver,xds_cluster_impl,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver,fault_injection,http_filter,csds,outlier_detection,server,server_call \
GRPC_NODE_VERBOSITY=DEBUG \
NODE_XDS_INTEROP_VERBOSITY=1 \
python3 grpc/tools/run_tests/run_xds_tests.py \
Expand Down

0 comments on commit 0714ef9

Please sign in to comment.