Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 465ab18

Browse files
committed
nit todo
1 parent 7565547 commit 465ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/phlaredb/compact.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func Compact(ctx context.Context, src []BlockReader, dst string) (block.Meta, er
7474
if err := profileWriter.Close(); err != nil {
7575
return block.Meta{}, err
7676
}
77-
// todo: block meta
77+
// todo: block meta files.
7878
meta.Stats.NumProfiles = total
7979
meta.Stats.NumSeries = seriesRewriter.NumSeries()
8080
meta.Stats.NumSamples = symbolsRewriter.NumSamples()

0 commit comments

Comments
 (0)