squaredev-io / whitebox

[Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes
https://squaredev.io/whitebox/
MIT License
184 stars 5 forks source link

Inference timestamp is saved as created_at in database #137

Closed stavrostheocharis closed 1 year ago

stavrostheocharis commented 1 year ago

Describe the bug Inference timestamp is saved as created_at in database. Should be the actual timestamp of client's data.

To Reproduce Just create any report based on report functions (performance metrics, drift etc.)

Expected behaviour Timestamp should be the data's actual timestamp. This ticket is highly related to #126 . Actually is blocked by this.

stavrostheocharis commented 1 year ago

@NickNtamp please elaborate based on the above template

momegas commented 1 year ago

We should be using the timestamp of the inference instead of now() method