Skip to content

Commit 87b15f9

Browse files
authored
Merge pull request #438 from zenador/sparsehistograms
Change HistogramBucket Boundaries type to int32
2 parents 846591a + 0dd260f commit 87b15f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/value_histogram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (v *FloatString) UnmarshalJSON(b []byte) error {
4343
}
4444

4545
type HistogramBucket struct {
46-
Boundaries int
46+
Boundaries int32
4747
Lower FloatString
4848
Upper FloatString
4949
Count FloatString

0 commit comments

Comments
 (0)