func contrib.go.opencensus.io/exporter/stackdriver.timestampProto

8 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		metrics.go#L372: 		startTime := timestampProto(ts.StartTime)
		metrics.go#L400: 			EndTime:   timestampProto(pt.Time),
		metrics.go#L485: 		Timestamp:   timestampProto(exemplar.Timestamp),
		trace_proto.go#L67: 		StartTime:               timestampProto(s.StartTime),
		trace_proto.go#L68: 		EndTime:                 timestampProto(s.EndTime),
		trace_proto.go#L93: 			Time:  timestampProto(a.Time),
		trace_proto.go#L135: 			Time: timestampProto(e.Time),
		trace_proto.go#L172: func timestampProto(t time.Time) *timestamppb.Timestamp {