type google.golang.org/genproto/googleapis/api/distribution.Distribution
22 uses
google.golang.org/genproto/googleapis/api/distribution (current package)
distribution.pb.go#L59: type Distribution struct {
distribution.pb.go#L107: func (x *Distribution) Reset() {
distribution.pb.go#L108: *x = Distribution{}
distribution.pb.go#L116: func (x *Distribution) String() string {
distribution.pb.go#L120: func (*Distribution) ProtoMessage() {}
distribution.pb.go#L122: func (x *Distribution) ProtoReflect() protoreflect.Message {
distribution.pb.go#L135: func (*Distribution) Descriptor() ([]byte, []int) {
distribution.pb.go#L139: func (x *Distribution) GetCount() int64 {
distribution.pb.go#L146: func (x *Distribution) GetMean() float64 {
distribution.pb.go#L153: func (x *Distribution) GetSumOfSquaredDeviation() float64 {
distribution.pb.go#L160: func (x *Distribution) GetRange() *Distribution_Range {
distribution.pb.go#L167: func (x *Distribution) GetBucketOptions() *Distribution_BucketOptions {
distribution.pb.go#L174: func (x *Distribution) GetBucketCounts() []int64 {
distribution.pb.go#L181: func (x *Distribution) GetExemplars() []*Distribution_Exemplar {
distribution.pb.go#L754: (*Distribution)(nil), // 0: google.api.Distribution
distribution.pb.go#L787: switch v := v.(*Distribution); i {
google.golang.org/genproto/googleapis/monitoring/v3
common.pb.go#L630: func (x *TypedValue) GetDistributionValue() *distribution.Distribution {
common.pb.go#L665: DistributionValue *distribution.Distribution `protobuf:"bytes,5,opt,name=distribution_value,json=distributionValue,proto3,oneof"`
common.pb.go#L1063: (*distribution.Distribution)(nil), // 7: google.api.Distribution
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L439: DistributionValue: &distributionpb.Distribution{
metrics_proto.go#L500: DistributionValue: &distributionpb.Distribution{
stats.go#L505: DistributionValue: &distributionpb.Distribution{
![]() |
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. |