From 7ebff4a3fcbbe12471b7c4167489d629daa64755 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 16 Jun 2025 16:40:43 +0300 Subject: [PATCH] fix --- app/utils/monitoring.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/monitoring.py b/app/utils/monitoring.py index 0eb52d5..da70262 100644 --- a/app/utils/monitoring.py +++ b/app/utils/monitoring.py @@ -16,6 +16,7 @@ class Monitroing: 'status_code': status_code, 'response_time': (end - start).microseconds // 1000, 'method': method, + 'environment': 'production', }) self.executor.submit(send)