Skip to content

Commit

Permalink
Add note about use of RandomBatcher
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Leslie <[email protected]>
  • Loading branch information
zalegrala committed Apr 20, 2023
1 parent 9d94f1d commit 7fb6e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/test/random.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
v1_trace "github.com/grafana/tempo/pkg/tempopb/trace/v1"
)

// RandomBatcher is a helper for generating random batches of spans.
type RandomBatcher struct {
stringReceiverChan chan string
attributeReceiverChan chan *v1_common.KeyValue
Expand Down

0 comments on commit 7fb6e5f

Please sign in to comment.