Compare commits
7 Commits
master
...
9c87cde566
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c87cde566 | |||
| 27f08ef51f | |||
| 6d0d742feb | |||
| acc9a15a0a | |||
| b3037b357e | |||
| 5a263f169e | |||
| 43c6aad665 |
@@ -16,7 +16,6 @@ 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user