We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691e814 commit 0dd260fCopy full SHA for 0dd260f
model/value_histogram.go
@@ -43,7 +43,7 @@ func (v *FloatString) UnmarshalJSON(b []byte) error {
43
}
44
45
type HistogramBucket struct {
46
- Boundaries int
+ Boundaries int32
47
Lower FloatString
48
Upper FloatString
49
Count FloatString
0 commit comments