go.opencensus.io/zpages.statGroup.Snapshots (field)

13 uses

	go.opencensus.io/zpages (current package)
		rpcz.go#L113: 		for _, s := range sg.Snapshots {
		rpcz.go#L152: 	Snapshots []*statSnapshot
		rpcz.go#L156: 	return len(s.Snapshots)
		rpcz.go#L160: 	s.Snapshots[i], s.Snapshots[j] = s.Snapshots[j], s.Snapshots[i]
		rpcz.go#L164: 	return s.Snapshots[i].Method < s.Snapshots[j].Method
		rpcz.go#L322: 			receivedStats.Snapshots = append(receivedStats.Snapshots, sg)
		rpcz.go#L324: 			sentStats.Snapshots = append(sentStats.Snapshots, sg)