go.opencensus.io/stats/view.DistributionData.Count (field)
12 uses
go.opencensus.io/stats/view (current package)
aggregation_data.go#L119: Count int64 // number of data points aggregated
aggregation_data.go#L143: func (a *DistributionData) Sum() float64 { return a.Mean * float64(a.Count) }
aggregation_data.go#L146: if a.Count <= 1 {
aggregation_data.go#L149: return a.SumOfSquaredDev / float64(a.Count-1)
aggregation_data.go#L162: a.Count++
aggregation_data.go#L165: if a.Count == 1 {
aggregation_data.go#L171: a.Mean = a.Mean + (v-a.Mean)/float64(a.Count)
aggregation_data.go#L229: return a.Count == a2.Count && a.Min == a2.Min && a.Max == a2.Max && math.Pow(a.Mean-a2.Mean, 2) < epsilon && math.Pow(a.variance()-a2.variance(), 2) < epsilon
aggregation_data.go#L245: Count: a.Count,
go.opencensus.io/zpages
rpcz.go#L255: count = float64(v.Count)
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L506: Count: v.Count,
![]() |
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. |