Compare commits
2 Commits
9c87cde566
...
f3be39f9d1
| Author | SHA1 | Date | |
|---|---|---|---|
| f3be39f9d1 | |||
|
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user