github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.TimeSeries.Points (field)
8 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L374: Points []*Point `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"`
metrics.pb.go#L425: return x.Points
contrib.go.opencensus.io/exporter/stackdriver
metrics_proto.go#L105: Points: []*metricspb.Point{
metrics_proto.go#L121: Points: []*metricspb.Point{
metrics_proto.go#L143: Points: []*metricspb.Point{
metrics_proto.go#L248: if len(protoTimeSeries.Points) == 0 {
metrics_proto.go#L344: sptl := make([]*monitoringpb.Point, 0, len(ts.Points))
metrics_proto.go#L345: 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. |