go.opencensus.io/metric/metricdata.TimeSeries.Points (field)
4 uses
go.opencensus.io/metric/metricdata (current package)
metric.go#L44: Points []Point // points sequence
go.opencensus.io/stats/view
view_to_metric.go#L124: Points: []metricdata.Point{row.Data.toPoint(v.metricDescriptor.Type, now)},
contrib.go.opencensus.io/exporter/prometheus
prometheus.go#L166: for _, point := range ts.Points {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L368: for _, pt := range ts.Points {
![]() |
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. |