github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.Point.Value (field)

6 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L504: 	Value isPoint_Value `protobuf_oneof:"value"`
		metrics.pb.go#L548: 		return m.Value

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_proto.go#L107: 							Value: &metricspb.Point_DoubleValue{
		metrics_proto.go#L123: 							Value: &metricspb.Point_Int64Value{
		metrics_proto.go#L145: 							Value: &metricspb.Point_DoubleValue{
		metrics_proto.go#L441: 	mptv, err := protoToMetricPoint(pt.Value)