go.opencensus.io/stats/view.CountData.Value (field)
11 uses
go.opencensus.io/stats/view (current package)
aggregation_data.go#L43: Value int64
aggregation_data.go#L49: a.Value = a.Value + 1
aggregation_data.go#L53: return &CountData{Value: a.Value}
aggregation_data.go#L62: return a.Value == a2.Value
aggregation_data.go#L68: return metricdata.NewInt64Point(t, a.Value)
go.opencensus.io/zpages
rpcz.go#L251: sum = float64(v.Value)
rpcz.go#L252: count = float64(v.Value)
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L489: Int64Value: v.Value,
![]() |
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. |