cleanup comments

Signed-off-by: Dieter Plaetinck <dieter@grafana.com>
This commit is contained in:
Dieter Plaetinck 2021-07-02 19:02:30 +03:00
parent 99ae04bb6f
commit 98f86d671a
1 changed files with 3 additions and 3 deletions

View File

@ -426,11 +426,11 @@ type histoIterator struct {
numTotal uint16 numTotal uint16
numRead uint16 numRead uint16
// Meta // Metadata:
schema int32 schema int32
posSpans, negSpans []histogram.Span posSpans, negSpans []histogram.Span
// for the fields that are tracked as dod's // For the fields that are tracked as dod's.
t int64 t int64
cnt, zcnt uint64 cnt, zcnt uint64
tDelta, cntDelta, zcntDelta int64 tDelta, cntDelta, zcntDelta int64
@ -438,7 +438,7 @@ type histoIterator struct {
posbuckets, negbuckets []int64 posbuckets, negbuckets []int64
posbucketsDelta, negbucketsDelta []int64 posbucketsDelta, negbucketsDelta []int64
// for the fields that are gorilla xor coded // The sum is Gorilla xor encoded.
sum float64 sum float64
leading uint8 leading uint8
trailing uint8 trailing uint8