|
@@ -16,4 +16,4 @@ CALL_BOT_ANSWER_REQUESTS = Counter('call_bot_answer_requests', '机器人接听
|
|
|
CALL_BOT_TRANSFER_REQUESTS = Counter('call_bot_transfer_requests', '机器转人量', ['bucket'])
|
|
|
|
|
|
# esl时间耗时
|
|
|
-ESL_EVENT_LATENCY = Histogram('esl_event_latency', 'Esl Event latency in seconds', ['eventName'])
|
|
|
+ESL_EVENT_LATENCY = Histogram('esl_event_latency', 'Esl Event latency in milliseconds', ['eventName'])
|