opentelemetry-collector/cmd
Emmanuel T Odeke 7f5fc67287
receiver/zipkin: consolidate server starting to receiver
Moved the server starting logic to the receiver and updated
New to
  New(address string) (*ZipkinReceiver, error)
instead of
  New(spansink.Sink) (*ZipkinReceiver, error)

This change ensures that after invoking New all the user
has to do is then just invoke:
   zr.StartTraceReception(context.Context, spansink.Sink) error

and then for cleanup
    defer zr.StopTraceReception(context.Context)

Fixes #212
2018-11-19 13:04:53 -07:00
..
ocagent receiver/zipkin: consolidate server starting to receiver 2018-11-19 13:04:53 -07:00
occollector Add processor queue (#197) 2018-11-16 16:13:24 -08:00