Skip to content

Commit

Permalink
Fix standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
black-adder committed Apr 4, 2017
1 parent bd29378 commit 8f0c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/standalone/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func startCollector(logger zap.Logger, baseFactory metrics.Factory, memoryStore
logger.Fatal("Unable to build span handlers", zap.Error(err))
}

ch, err := tchannel.NewChannel("jaeger-collector", &tchannel.ChannelOptions{})
ch, err := tchannel.NewChannel("tcollector", &tchannel.ChannelOptions{})
if err != nil {
logger.Fatal("Unable to create new New TChannel Channel", zap.Error(err))
}
Expand Down

0 comments on commit 8f0c5e2

Please sign in to comment.