Skip to content

Commit

Permalink
Update internal/component/prometheus/remote/queue/serialization/seria…
Browse files Browse the repository at this point in the history
…lizer.go

Co-authored-by: Piotr <[email protected]>
  • Loading branch information
mattdurham and thampiotr authored Sep 13, 2024
1 parent 2fe259f commit dd55897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// serializer collects data from multiple appenders in-memory and will periodically flush the data to file.Storage.
// serializer will trigger based on the last flush duration OR if it hits a certain amount of items.
// serializer will flush based on configured time duration OR if it hits a certain number of items.
type serializer struct {
inbox actor.Mailbox[*types.TimeSeriesBinary]
metaInbox actor.Mailbox[*types.TimeSeriesBinary]
Expand Down

0 comments on commit dd55897

Please sign in to comment.