Skip to content

Commit

Permalink
Use 128bit traceids in envoy (istio#10811)
Browse files Browse the repository at this point in the history
* Use 128bit traceids in envoy

* Update unit test golden files for bootstrap config
  • Loading branch information
douglas-reid authored and istio-testing committed Jan 10, 2019
1 parent da8864b commit ec7d9ca
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 @@ -239,7 +239,8 @@
"name": "envoy.zipkin",
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans"
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit":"true"
}
}
}
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 @@ -239,7 +239,8 @@
"name": "envoy.zipkin",
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans"
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit":"true"
}
}
}
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 @@ -213,7 +213,8 @@
"name": "envoy.zipkin",
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans"
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit":"true"
}
}
}
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 @@ -279,7 +279,8 @@
"name": "envoy.zipkin",
"config": {
"collector_cluster": "zipkin",
"collector_endpoint": "/api/v1/spans"
"collector_endpoint": "/api/v1/spans",
"trace_id_128bit": "true"
}
}
}
Expand Down

0 comments on commit ec7d9ca

Please sign in to comment.