type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.DistributionValue_Bucket

14 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L646: 	Buckets []*DistributionValue_Bucket `protobuf:"bytes,5,rep,name=buckets,proto3" json:"buckets,omitempty"`
		metrics.pb.go#L709: func (x *DistributionValue) GetBuckets() []*DistributionValue_Bucket {
		metrics.pb.go#L859: type DistributionValue_Bucket struct {
		metrics.pb.go#L871: func (x *DistributionValue_Bucket) Reset() {
		metrics.pb.go#L872: 	*x = DistributionValue_Bucket{}
		metrics.pb.go#L880: func (x *DistributionValue_Bucket) String() string {
		metrics.pb.go#L884: func (*DistributionValue_Bucket) ProtoMessage() {}
		metrics.pb.go#L886: func (x *DistributionValue_Bucket) ProtoReflect() protoreflect.Message {
		metrics.pb.go#L899: func (*DistributionValue_Bucket) Descriptor() ([]byte, []int) {
		metrics.pb.go#L903: func (x *DistributionValue_Bucket) GetCount() int64 {
		metrics.pb.go#L910: func (x *DistributionValue_Bucket) GetExemplar() *DistributionValue_Exemplar {
		metrics.pb.go#L1392: 	(*DistributionValue_Bucket)(nil),                 // 10: opencensus.proto.metrics.v1.DistributionValue.Bucket
		metrics.pb.go#L1549: 			switch v := v.(*DistributionValue_Bucket); i {

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_proto.go#L531: func bucketCounts(buckets []*metricspb.DistributionValue_Bucket) []int64 {