go.opencensus.io/metric/metricdata.Exemplar.Timestamp (field)

3 uses

	go.opencensus.io/metric/metricdata (current package)
		exemplar.go#L33: 	Timestamp   time.Time   // the time the value was recorded

	go.opencensus.io/stats/view
		aggregation_data.go#L201: 		Timestamp:   t,

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L485: 		Timestamp:   timestampProto(exemplar.Timestamp),