type go.opencensus.io/stats/view.AggType
5 uses
go.opencensus.io/stats/view (current package)
aggregation.go#L19: type AggType int
aggregation.go#L23: AggTypeNone AggType = iota // no aggregation; reserved for future use.
aggregation.go#L30: func (t AggType) String() string {
aggregation.go#L34: var aggTypeName = map[AggType]string{
aggregation.go#L45: Type AggType // Type is the AggType of this 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. |