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

Commit 409a490

Browse files
committed
clarify
1 parent 2e2af9c commit 409a490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/models/series.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ type SeriesMetaProperties struct {
4040
AggNumNorm uint32 // aggNum for normalization
4141
AggNumRC uint32 // aggNum runtime consolidation
4242
ConsolidatorNormFetch consolidation.Consolidator // consolidator used for normalization and reading from store (if applicable)
43-
ConsolidatorRC consolidation.Consolidator // consolidator used for runtime consolidation (if applicable)
44-
Count uint32
43+
ConsolidatorRC consolidation.Consolidator // consolidator used for runtime consolidation to honor maxdatapoints (if applicable).
44+
Count uint32 // number of series corresponding to these properties
4545
}
4646

4747
// Merge merges SeriesMeta b into a

0 commit comments

Comments
 (0)