type go.opencensus.io/stats/view.DistributionData
14 uses
go.opencensus.io/stats/view (current package)
aggregation_data.go#L118: type DistributionData struct {
aggregation_data.go#L131: func newDistributionData(agg *Aggregation) *DistributionData {
aggregation_data.go#L133: return &DistributionData{
aggregation_data.go#L143: func (a *DistributionData) Sum() float64 { return a.Mean * float64(a.Count) }
aggregation_data.go#L145: func (a *DistributionData) variance() float64 {
aggregation_data.go#L152: func (a *DistributionData) isAggregationData() bool { return true }
aggregation_data.go#L155: func (a *DistributionData) addSample(v float64, attachments map[string]interface{}, t time.Time) {
aggregation_data.go#L175: func (a *DistributionData) addToBucket(v float64, attachments map[string]interface{}, t time.Time) {
aggregation_data.go#L206: func (a *DistributionData) clone() AggregationData {
aggregation_data.go#L213: func (a *DistributionData) equal(other AggregationData) bool {
aggregation_data.go#L214: a2, ok := other.(*DistributionData)
aggregation_data.go#L232: func (a *DistributionData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
go.opencensus.io/zpages
rpcz.go#L253: case *view.DistributionData:
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L502: case *view.DistributionData:
![]() |
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. |