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

Commit

Permalink
Remove tchannel as tested transport in crossdock (#403)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Apr 24, 2018
1 parent 09177f4 commit a14169d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a14169d

Please sign in to comment.