go.opencensus.io/stats/view.DistributionData.bounds (field)
5 uses
go.opencensus.io/stats/view (current package)
aggregation_data.go#L128: bounds []float64 // histogram distribution of the values
aggregation_data.go#L136: bounds: agg.Buckets,
aggregation_data.go#L179: for i, b = range a.bounds {
aggregation_data.go#L186: i = len(a.bounds)
aggregation_data.go#L242: bucketOptions := &metricdata.BucketOptions{Bounds: a.bounds}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |