Versions in this module Expand all Collapse all v2 v2.5.0 Oct 19, 2020 Changes in this version + type Trace struct + func New(done <-chan bool, windowSize int, services func() []*registry.Service) (*Trace, error) + func (s *Trace) Read(ctx context.Context, req *trace.ReadRequest, rsp *trace.ReadResponse) error + func (s *Trace) Start(done <-chan bool) + func (s *Trace) Stream(ctx context.Context, req *trace.StreamRequest, rsp trace.Trace_StreamStream) error + func (s *Trace) Write(ctx context.Context, req *trace.WriteRequest, rsp *trace.WriteResponse) error