Browse Source

Remote queue manager: Fix typo

Change 'send' to 'sent'.
pull/2902/head
Matt Bostock 7 years ago committed by GitHub
parent
commit
13c6e4a4bc
  1. 2
      storage/remote/queue_manager.go

2
storage/remote/queue_manager.go

@ -303,7 +303,7 @@ func (t *QueueManager) calculateDesiredShards() {
// We use the number of incoming samples as a prediction of how much work we
// will need to do next iteration. We add to this any pending samples
// (received - send) so we can catch up with any backlog. We use the average
// (received - sent) so we can catch up with any backlog. We use the average
// outgoing batch latency to work out how many shards we need.
var (
samplesIn = t.samplesIn.rate()

Loading…
Cancel
Save