Skip to content

Commit c12ff73

Browse files
committed
Change HistogramBucket Boundaries type to int32
1 parent 691e814 commit c12ff73

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)