registry.py 149 B

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