type google.golang.org/genproto/googleapis/monitoring/v3.Point
26 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
metric.pb.go#L49: type Point struct {
metric.pb.go#L68: func (x *Point) Reset() {
metric.pb.go#L69: *x = Point{}
metric.pb.go#L77: func (x *Point) String() string {
metric.pb.go#L81: func (*Point) ProtoMessage() {}
metric.pb.go#L83: func (x *Point) ProtoReflect() protoreflect.Message {
metric.pb.go#L96: func (*Point) Descriptor() ([]byte, []int) {
metric.pb.go#L100: func (x *Point) GetInterval() *TimeInterval {
metric.pb.go#L107: func (x *Point) GetValue() *TypedValue {
metric.pb.go#L158: Points []*Point `protobuf:"bytes,5,rep,name=points,proto3" json:"points,omitempty"`
metric.pb.go#L228: func (x *TimeSeries) GetPoints() []*Point {
metric.pb.go#L979: (*Point)(nil), // 0: google.monitoring.v3.Point
metric.pb.go#L1034: switch v := v.(*Point); i {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L367: func (se *statsExporter) metricTsToMpbPoint(ts *metricdata.TimeSeries, metricKind googlemetricpb.MetricDescriptor_MetricKind) (sptl []*monitoringpb.Point, err error) {
metrics.go#L386: func metricPointToMpbPoint(startTime *timestamp.Timestamp, pt *metricdata.Point, projectID string) (*monitoringpb.Point, error) {
metrics.go#L396: mpt := &monitoringpb.Point{
metrics_proto.go#L343: func (se *statsExporter) protoTimeSeriesToMonitoringPoints(ts *metricspb.TimeSeries, metricKind googlemetricpb.MetricDescriptor_MetricKind) ([]*monitoringpb.Point, error) {
metrics_proto.go#L344: sptl := make([]*monitoringpb.Point, 0, len(ts.Points))
metrics_proto.go#L436: func fromProtoPoint(startTime *timestamppb.Timestamp, pt *metricspb.Point) (*monitoringpb.Point, error) {
metrics_proto.go#L446: return &monitoringpb.Point{
stats.go#L246: Points: []*monitoringpb.Point{newPoint(vd.View, row, vd.Start, vd.End)},
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#L457: return &monitoringpb.Point{
stats.go#L472: func newGaugePoint(v *view.View, row *view.Row, end time.Time) *monitoringpb.Point {
stats.go#L477: return &monitoringpb.Point{
 |
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. |