type go.opencensus.io/stats/view.Row
19 uses
go.opencensus.io/stats/view (current package)
collector.go#L45: func (c *collector) collectedRows(keys []tag.Key) []*Row {
collector.go#L46: rows := make([]*Row, 0, len(c.signatures))
collector.go#L49: row := &Row{Tags: tags, Data: aggregator.clone()}
view.go#L152: func (v *viewInternal) collectedRows() []*Row {
view.go#L169: Rows []*Row
view.go#L173: type Row struct {
view.go#L178: func (r *Row) String() string {
view.go#L194: func (r *Row) Equal(other *Row) bool {
view_to_metric.go#L105: func toLabelValues(row *Row, expectedKeys []metricdata.LabelKey) []metricdata.LabelValue {
view_to_metric.go#L122: func rowToTimeseries(v *viewInternal, row *Row, now time.Time, startTime time.Time) *metricdata.TimeSeries {
worker.go#L110: RetrieveData(viewName string) ([]*Row, error)
worker.go#L181: func RetrieveData(viewName string) ([]*Row, error) {
worker.go#L187: func (w *worker) RetrieveData(viewName string) ([]*Row, error) {
worker_commands.go#L119: rows []*Row
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L447: func newPoint(v *view.View, row *view.Row, start, end time.Time) *monitoringpb.Point {
stats.go#L456: func newCumulativePoint(v *view.View, row *view.Row, start, end time.Time) *monitoringpb.Point {
stats.go#L472: func newGaugePoint(v *view.View, row *view.Row, end time.Time) *monitoringpb.Point {
stats.go#L485: func newTypedValue(vd *view.View, r *view.Row) *monitoringpb.TypedValue {
 |
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. |