type go.opencensus.io/stats/view.Aggregation
12 uses
go.opencensus.io/stats/view (current package)
aggregation.go#L44: type Aggregation struct {
aggregation.go#L52: aggCount = &Aggregation{
aggregation.go#L58: aggSum = &Aggregation{
aggregation.go#L70: func Count() *Aggregation {
aggregation.go#L78: func Sum() *Aggregation {
aggregation.go#L101: func Distribution(bounds ...float64) *Aggregation {
aggregation.go#L102: agg := &Aggregation{
aggregation.go#L114: func LastValue() *Aggregation {
aggregation.go#L115: return &Aggregation{
aggregation_data.go#L131: func newDistributionData(agg *Aggregation) *DistributionData {
collector.go#L32: a *Aggregation
view.go#L47: Aggregation *Aggregation
![]() |
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. |