mirror of
https://github.com/prometheus/prometheus
synced 2025-01-27 09:53:57 +00:00
fix comment.
the sample doesn't get appended to the list of sampleappenders.
This commit is contained in:
parent
bfdd474202
commit
e1dacc56e6
@ -23,8 +23,8 @@ type SampleAppender interface {
|
||||
Append(*model.Sample)
|
||||
}
|
||||
|
||||
// Fanout is a SampleAppender that appends every sample to a list of other
|
||||
// SampleAppenders.
|
||||
// Fanout is a SampleAppender that appends every sample to each SampleAppender
|
||||
// in its list.
|
||||
type Fanout []SampleAppender
|
||||
|
||||
// Append implements SampleAppender. It appends the provided sample to all
|
||||
|
Loading…
Reference in New Issue
Block a user