|
@@ -23,11 +23,12 @@ from database import *
|
|
|
from scene import Dialog,Msg
|
|
|
from entity import Error
|
|
|
import traceback
|
|
|
-from util import insert_log, timetic, BOT_CREATE_ACCOUNT_LATENCY
|
|
|
+from util import insert_log, timetic
|
|
|
|
|
|
from prometheus_fastapi_instrumentator import Instrumentator
|
|
|
import time
|
|
|
|
|
|
+from util.registry import BOT_CREATE_ACCOUNT_LATENCY
|
|
|
|
|
|
logger=get_logger("log")
|
|
|
|