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)
![]() |
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. |