type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.SummaryValue
14 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L574: func (x *Point) GetSummaryValue() *SummaryValue {
metrics.pb.go#L602: SummaryValue *SummaryValue `protobuf:"bytes,5,opt,name=summary_value,json=summaryValue,proto3,oneof"`
metrics.pb.go#L717: type SummaryValue struct {
metrics.pb.go#L733: func (x *SummaryValue) Reset() {
metrics.pb.go#L734: *x = SummaryValue{}
metrics.pb.go#L742: func (x *SummaryValue) String() string {
metrics.pb.go#L746: func (*SummaryValue) ProtoMessage() {}
metrics.pb.go#L748: func (x *SummaryValue) ProtoReflect() protoreflect.Message {
metrics.pb.go#L761: func (*SummaryValue) Descriptor() ([]byte, []int) {
metrics.pb.go#L765: func (x *SummaryValue) GetCount() *wrappers.Int64Value {
metrics.pb.go#L772: func (x *SummaryValue) GetSum() *wrappers.DoubleValue {
metrics.pb.go#L779: func (x *SummaryValue) GetSnapshot() *SummaryValue_Snapshot {
metrics.pb.go#L1390: (*SummaryValue)(nil), // 8: opencensus.proto.metrics.v1.SummaryValue
metrics.pb.go#L1525: switch v := v.(*SummaryValue); 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. |