var go.opencensus.io/plugin/ocgrpc.ClientServerLatency

2 uses

	go.opencensus.io/plugin/ocgrpc (current package)
		client_metrics.go#L31: 	ClientServerLatency          = stats.Float64("grpc.io/client/server_latency", `Propagated from the server and should have the same value as "grpc.io/server/latency".`, stats.UnitMilliseconds)
		client_metrics.go#L88: 		Measure:     ClientServerLatency,