fix
This commit is contained in:
parent
3dd862b287
commit
7ebff4a3fc
@ -16,6 +16,7 @@ class Monitroing:
|
|||||||
'status_code': status_code,
|
'status_code': status_code,
|
||||||
'response_time': (end - start).microseconds // 1000,
|
'response_time': (end - start).microseconds // 1000,
|
||||||
'method': method,
|
'method': method,
|
||||||
|
'environment': 'production',
|
||||||
})
|
})
|
||||||
|
|
||||||
self.executor.submit(send)
|
self.executor.submit(send)
|
||||||
|
Loading…
Reference in New Issue
Block a user