Queue Observations - Get all queues data

Hello,

is there a way to get specific metrics from all queues in environment ? not only for specified ones in request ?

I was trying with analytics-query-builder tool following request:

{
 "filter": {
  "type": "or",
  "predicates": [
   {
    "type": "dimension",
    "dimension": "mediaType",
    "operator": "matches",
    "value": "chat"
   }
  ]
 },
 "metrics": [
  "oWaiting",
  "oInteracting"
 ]
}

But I only got the following response:

Unable to decompose query into a set of (queueId, mediaType) pairs

Not, unless you want to set up an event bridge to stream it all in real nonstop to AWS.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.