go.opencensus.io/metric/metricdata.Point.Value (field)

10 uses

	go.opencensus.io/metric/metricdata (current package)
		point.go#L27: 	Value interface{}
		point.go#L35: 		Value: val,
		point.go#L43: 		Value: val,
		point.go#L51: 		Value: val,
		point.go#L59: 		Value: val,
		point.go#L77: 	switch v := p.Value.(type) {

	contrib.go.opencensus.io/exporter/prometheus
		prometheus.go#L230: 		switch v := point.Value.(type) {
		prometheus.go#L269: 	switch v := point.Value.(type) {

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L413: 	switch v := pt.Value.(type) {
		metrics.go#L415: 		err = fmt.Errorf("protoToMetricPoint: unknown Data type: %T", pt.Value)