type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.SummaryValue_Snapshot
14 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L730: Snapshot *SummaryValue_Snapshot `protobuf:"bytes,3,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
metrics.pb.go#L779: func (x *SummaryValue) GetSnapshot() *SummaryValue_Snapshot {
metrics.pb.go#L1044: type SummaryValue_Snapshot struct {
metrics.pb.go#L1061: func (x *SummaryValue_Snapshot) Reset() {
metrics.pb.go#L1062: *x = SummaryValue_Snapshot{}
metrics.pb.go#L1070: func (x *SummaryValue_Snapshot) String() string {
metrics.pb.go#L1074: func (*SummaryValue_Snapshot) ProtoMessage() {}
metrics.pb.go#L1076: func (x *SummaryValue_Snapshot) ProtoReflect() protoreflect.Message {
metrics.pb.go#L1089: func (*SummaryValue_Snapshot) Descriptor() ([]byte, []int) {
metrics.pb.go#L1093: func (x *SummaryValue_Snapshot) GetCount() *wrappers.Int64Value {
metrics.pb.go#L1100: func (x *SummaryValue_Snapshot) GetSum() *wrappers.DoubleValue {
metrics.pb.go#L1107: func (x *SummaryValue_Snapshot) GetPercentileValues() []*SummaryValue_Snapshot_ValueAtPercentile {
metrics.pb.go#L1396: (*SummaryValue_Snapshot)(nil), // 14: opencensus.proto.metrics.v1.SummaryValue.Snapshot
metrics.pb.go#L1585: switch v := v.(*SummaryValue_Snapshot); 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. |