Skip to content

Commit

Permalink
Disable shared span context by default (istio#11281)
Browse files Browse the repository at this point in the history
  • Loading branch information
objectiser authored and hklai committed Jan 28, 2019
1 parent 9324b62 commit d9a51f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pkg/bootstrap/testdata/all_golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit":"true"
"trace_id_128bit":"true",
"shared_span_context": "false"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion pkg/bootstrap/testdata/running_golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit":"true"
"trace_id_128bit":"true",
"shared_span_context":"false"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion pkg/bootstrap/testdata/tracing_zipkin_golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit":"true"
"trace_id_128bit":"true",
"shared_span_context": "false"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion tools/deb/envoy_bootstrap_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit": "true"
"trace_id_128bit": "true",
"shared_span_context": "false"
}
}
}
Expand Down

0 comments on commit d9a51f0

Please sign in to comment.