type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.DistributionValue
16 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L567: func (x *Point) GetDistributionValue() *DistributionValue {
metrics.pb.go#L597: DistributionValue *DistributionValue `protobuf:"bytes,4,opt,name=distribution_value,json=distributionValue,proto3,oneof"`
metrics.pb.go#L616: type DistributionValue struct {
metrics.pb.go#L649: func (x *DistributionValue) Reset() {
metrics.pb.go#L650: *x = DistributionValue{}
metrics.pb.go#L658: func (x *DistributionValue) String() string {
metrics.pb.go#L662: func (*DistributionValue) ProtoMessage() {}
metrics.pb.go#L664: func (x *DistributionValue) ProtoReflect() protoreflect.Message {
metrics.pb.go#L677: func (*DistributionValue) Descriptor() ([]byte, []int) {
metrics.pb.go#L681: func (x *DistributionValue) GetCount() int64 {
metrics.pb.go#L688: func (x *DistributionValue) GetSum() float64 {
metrics.pb.go#L695: func (x *DistributionValue) GetSumOfSquaredDeviation() float64 {
metrics.pb.go#L702: func (x *DistributionValue) GetBucketOptions() *DistributionValue_BucketOptions {
metrics.pb.go#L709: func (x *DistributionValue) GetBuckets() []*DistributionValue_Bucket {
metrics.pb.go#L1389: (*DistributionValue)(nil), // 7: opencensus.proto.metrics.v1.DistributionValue
metrics.pb.go#L1513: switch v := v.(*DistributionValue); i {
![]() |
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. |