Skip to content

Lack of details around ESTIMATED_WAIT_TIME metric.

-1

I've looked through every posts, search result, and GPT answers and I can't find an answer to the following questions around the EWT metric. I would love an official answer on this.

  1. How often is EWT calculated? I like how the documentation covers the factors that go into the calculation, but there's no mention if this is on a 15 second rolling window or something else.
  2. In my testing, it seems the same contact will always get the same EWT no matter how long they have been sitting in queue. It's only new contacts that get an updated EWT. Is EWT every recalculated for a contact that continues in queue?

david

1 Answer
0

Based on the available documentation, I can provide some clarity on the ESTIMATED_WAIT_TIME metric, though I acknowledge that some specific implementation details you're asking about aren't explicitly documented.

Regarding how often EWT is calculated: The Get metrics block retrieves near real-time queue metrics with a 5-10 second delay. This suggests the system is updating metrics frequently, but the exact calculation frequency or rolling window period for EWT specifically is not detailed in the available documentation.

Regarding your observation about EWT remaining static for contacts already in queue: The documentation indicates that EWT is an approximation of how long a contact will wait in queue before being connected to an agent, and metrics are only available while the contact is actively in the queue. However, the documentation does not explicitly state whether EWT is recalculated for contacts that continue waiting in queue or if it represents a point-in-time estimate that remains fixed from when the contact first enters the queue.

Your testing observation about new contacts receiving updated EWT values while existing contacts maintain their original estimate is an important implementation detail that isn't clearly addressed in the current documentation. I recommend reaching out to AWS Support directly for official clarification on these specific behavioral questions, as they would have access to the detailed implementation specifications that aren't covered in the public documentation.
Sources
Metric definitions in Amazon Connect - Amazon Connect
Flow block in Amazon Connect: Get metrics - Amazon Connect

answered 2 months ago
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.