Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Remove tchannel as tested transport in crossdock #403

Merged
merged 1 commit into from
Apr 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jaeger-crossdock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ services:
- AXIS_S1NAME=go,java-udp,python
- AXIS_SAMPLED=true,false
- AXIS_S2NAME=go,java-udp,python
- AXIS_S2TRANSPORT=http,tchannel
- AXIS_S2TRANSPORT=http
- AXIS_S3NAME=go,java-udp,python
- AXIS_S3TRANSPORT=http,tchannel
- AXIS_S3TRANSPORT=http

- BEHAVIOR_TRACE=client,s1name,sampled,s2name,s2transport,s3name,s3transport

Expand Down