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