Commit graph

8 commits

Author SHA1 Message Date
Aditya Hase
4740e4f7e6 refactor: Monitor
Do not collect request headers
Collect job wait time and whether it was scheduled
2020-03-05 15:06:15 +05:30
Aditya Hase
268c577acd fix(monitor): Include request ip in monitored data 2020-03-05 15:06:15 +05:30
Aditya Hase
2b8c5a7f47 fix: Push a newline after all logs 2020-03-05 15:06:15 +05:30
Aditya Hase
cb3507f5e4 fix(monitor): Use datetime.utcnow() instead of timezone.utc
Python 2, 3 compatibility issue
2020-03-05 15:06:15 +05:30
Aditya Hase
56e1cdde53 fix(monitor): Add UUID to every log 2020-03-05 15:06:15 +05:30
Aditya Hase
ea3f5632d1 fix(monitor): Remove unused imports 2020-03-05 15:06:15 +05:30
Aditya Hase
96d9f2624b fix(monitor): Maintain MAX_LOG entries in cache 2020-03-05 15:06:15 +05:30
Aditya Hase
af3c4feb64 feat: Monitor
Collect HTTP Request and Background Job logs
2020-03-05 15:06:15 +05:30