Legacy Dev Forum Posts

 View Only

Sign Up

Queue Observations - Get all queues data

  • 1.  Queue Observations - Get all queues data

    Posted 06-05-2025 18:25

    sieni_kam | 2023-04-07 15:36:53 UTC | #1

    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

    Eos_Rios | 2023-04-08 00:26:01 UTC | #2

    sieni_kam, post:1, topic:19359
    is there a way to get specific metrics from all queues in environment ? not only for specified ones in request ?

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


    system | 2023-05-09 00:25:11 UTC | #3

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


    This post was migrated from the old Developer Forum.

    ref: 19359