from typing import Callable from prometheus_client import Counter,Histogram AI_BOT_REQUEST_LATENCY = Histogram('ai_bot_request_latency', '文本机器人接口耗时',['bid']) AI_BOT_REQUEST_COUNT = Counter('ai_bot_request_count', 'Total number of bot requests')