go.opencensus.io/stats/view.View.Aggregation (field)
74 uses
go.opencensus.io/stats/view (current package)
view.go#L47: Aggregation *Aggregation
view.go#L67: return reflect.DeepEqual(v.Aggregation, other.Aggregation) &&
view.go#L82: if v.Aggregation == nil {
view.go#L97: sort.Float64s(v.Aggregation.Buckets)
view.go#L98: for _, b := range v.Aggregation.Buckets {
view.go#L104: v.Aggregation.Buckets = dropZeroBounds(v.Aggregation.Buckets...)
view.go#L129: collector: &collector{make(map[string]AggregationData), v.Aggregation},
view_to_metric.go#L41: agg := v.Aggregation
view_to_metric.go#L97: switch v.Aggregation.Type {
go.opencensus.io/plugin/ocgrpc
client_metrics.go#L44: Aggregation: DefaultBytesDistribution,
client_metrics.go#L52: Aggregation: DefaultBytesDistribution,
client_metrics.go#L60: Aggregation: DefaultMillisecondsDistribution,
client_metrics.go#L68: Aggregation: view.Count(),
client_metrics.go#L76: Aggregation: DefaultMessageCountDistribution,
client_metrics.go#L84: Aggregation: DefaultMessageCountDistribution,
client_metrics.go#L92: Aggregation: DefaultMillisecondsDistribution,
server_metrics.go#L47: Aggregation: DefaultBytesDistribution,
server_metrics.go#L55: Aggregation: DefaultBytesDistribution,
server_metrics.go#L63: Aggregation: DefaultMillisecondsDistribution,
server_metrics.go#L71: Aggregation: view.Count(),
server_metrics.go#L79: Aggregation: DefaultMessageCountDistribution,
server_metrics.go#L87: Aggregation: DefaultMessageCountDistribution,
go.opencensus.io/plugin/ochttp
stats.go#L141: Aggregation: DefaultSizeDistribution,
stats.go#L149: Aggregation: DefaultSizeDistribution,
stats.go#L157: Aggregation: DefaultLatencyDistribution,
stats.go#L165: Aggregation: view.Count(),
stats.go#L178: Aggregation: view.Count(),
stats.go#L186: Aggregation: DefaultSizeDistribution,
stats.go#L194: Aggregation: DefaultSizeDistribution,
stats.go#L202: Aggregation: DefaultLatencyDistribution,
stats.go#L211: Aggregation: view.Count(),
stats.go#L220: Aggregation: view.Count(),
stats.go#L231: Aggregation: view.Count(),
stats.go#L238: Aggregation: DefaultSizeDistribution,
stats.go#L245: Aggregation: DefaultSizeDistribution,
stats.go#L252: Aggregation: DefaultLatencyDistribution,
stats.go#L260: Aggregation: view.Count(),
stats.go#L268: Aggregation: view.Count(),
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L271: agg := v.Aggregation
stats.go#L448: switch v.Aggregation.Type {
stats.go#L503: insertZeroBound := shouldInsertZeroBound(vd.Aggregation.Buckets...)
stats.go#L517: Bounds: addZeroBoundOnCondition(insertZeroBound, vd.Aggregation.Buckets...),
contrib.go.opencensus.io/integrations/ocsql
observability.go#L81: Aggregation: DefaultMillisecondsDistribution,
observability.go#L89: Aggregation: view.Count(),
observability.go#L97: Aggregation: view.LastValue(),
observability.go#L104: Aggregation: view.LastValue(),
observability.go#L111: Aggregation: view.LastValue(),
observability.go#L118: Aggregation: view.LastValue(),
observability.go#L125: Aggregation: view.LastValue(),
observability.go#L132: Aggregation: view.LastValue(),
observability.go#L139: Aggregation: view.LastValue(),
golang.org/x/pkgsite/cmd/prober
main.go#L182: Aggregation: ochttp.DefaultLatencyDistribution,
main.go#L190: Aggregation: view.Count(),
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L206: Aggregation: view.Count(),
dcensus.go#L213: Aggregation: view.Count(),
dcensus.go#L220: Aggregation: ochttp.DefaultLatencyDistribution,
dcensus.go#L227: Aggregation: ochttp.DefaultSizeDistribution,
golang.org/x/pkgsite/internal/fetch
fetch.go#L64: Aggregation: ochttp.DefaultLatencyDistribution,
fetch.go#L72: Aggregation: view.Count(),
fetch.go#L80: Aggregation: view.Count(),
fetch.go#L87: Aggregation: view.Count(),
golang.org/x/pkgsite/internal/frontend
details.go#L112: Aggregation: view.Count(),
fetch.go#L63: Aggregation: view.Distribution(
fetch.go#L75: Aggregation: view.Count(),
golang.org/x/pkgsite/internal/middleware
caching.go#L51: Aggregation: view.Count(),
caching.go#L59: Aggregation: ochttp.DefaultLatencyDistribution,
caching.go#L65: Aggregation: view.Count(),
quota.go#L38: Aggregation: view.Count(),
golang.org/x/pkgsite/internal/postgres
search.go#L45: Aggregation: ochttp.DefaultLatencyDistribution,
search.go#L53: Aggregation: view.Count(),
golang.org/x/pkgsite/internal/worker
metrics.go#L30: Aggregation: view.Count(),
metrics.go#L43: Aggregation: view.LastValue(),
 |
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. |