Skip to content

Commit f3d7fb9

Browse files
authored
Merge pull request #80 from netobserv/ronensc-patch-2
Fix comment
2 parents c3661e9 + 00c6bf9 commit f3d7fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/extract/extract_aggregate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func (ea *extractAggregate) Extract(entries []config.GenericMap) []config.Generi
3939
return ea.aggregates.GetMetrics()
4040
}
4141

42-
// NewExtractNone create a new extract
42+
// NewExtractAggregate creates a new extractor
4343
func NewExtractAggregate() (Extractor, error) {
4444
log.Debugf("entering NewExtractAggregate")
4545
aggregates, err := aggregate.NewAggregatesFromConfig()

0 commit comments

Comments
 (0)