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