wave
wave copied to clipboard
Store wave pull records in DB
This PR will create wave_pull table and add entry with requestId and time every time there is a pull.
cc @lialinn
Note: please ignore the commit message
test:
tested in local
Not sure this should be added. These metrics are tracked already via Redis
Not sure this should be added. These metrics are tracked already via Redis
Currently we only store metrics per org, arch and date. This implementation will provide us pull per every parameter in the request object like image, user, ip etc.
tested with new changes:
Not sure this should be added. These metrics are tracked already via Redis
This is not just for matrices; it's a record of actions performed through Wave, like build, scan, etc. The client also pulls through Wave. So, having wave_pull makes sense for that purpose too.