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 c12ff73Copy full SHA for c12ff73
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