Skip to content

Commit

Permalink
Update internal/component/prometheus/remote/queue/network/loop.go
Browse files Browse the repository at this point in the history
Co-authored-by: William Dumont <william.dumont@grafana.com>
  • Loading branch information
mattdurham and wildum authored Oct 1, 2024
1 parent 9e84aee commit 1cf1e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/component/prometheus/remote/queue/network/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

var _ actor.Worker = (*loop)(nil)

// loop handles the low level sending of data. It conceptually a queue.
// loop handles the low level sending of data. It's conceptually a queue.
// loop makes no attempt to save or restore signals in the queue.
// loop config cannot be updated, it is easier to recreate. This does mean we lose any signals in the queue.
type loop struct {
Expand Down

0 comments on commit 1cf1e7a

Please sign in to comment.