registry.py 179 B

12345
  1. from typing import Callable
  2. from prometheus_client import Counter,Histogram
  3. AI_BOT_REQUEST_LATENCY = Histogram('ai_bot_request_latency', '文本机器人接口耗时',['bid'])