type go.opencensus.io/stats/view.SumData
11 uses
go.opencensus.io/stats/view (current package)
aggregation.go#L61: return &SumData{}
aggregation_data.go#L78: type SumData struct {
aggregation_data.go#L82: func (a *SumData) isAggregationData() bool { return true }
aggregation_data.go#L84: func (a *SumData) addSample(v float64, _ map[string]interface{}, _ time.Time) {
aggregation_data.go#L88: func (a *SumData) clone() AggregationData {
aggregation_data.go#L89: return &SumData{Value: a.Value}
aggregation_data.go#L92: func (a *SumData) equal(other AggregationData) bool {
aggregation_data.go#L93: a2, ok := other.(*SumData)
aggregation_data.go#L100: func (a *SumData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
go.opencensus.io/zpages
rpcz.go#L256: case *view.SumData:
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L491: case *view.SumData:
![]() |
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. |