const go.opencensus.io/zpages.bytesPerKb

7 uses

	go.opencensus.io/zpages (current package)
		rpcz.go#L33: const bytesPerKb = 1024
		rpcz.go#L125: 				s.InputRateMinute/bytesPerKb,
		rpcz.go#L126: 				s.InputRateHour/bytesPerKb,
		rpcz.go#L127: 				s.InputRateTotal/bytesPerKb,
		rpcz.go#L128: 				s.OutputRateMinute/bytesPerKb,
		rpcz.go#L129: 				s.OutputRateHour/bytesPerKb,
		rpcz.go#L130: 				s.OutputRateTotal/bytesPerKb,