You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to collect both the name of a broker and the name of a queue.
cloudwatch {
namespace => "AWS/AmazonMQ"
filters => {
"Broker" => "<my broker>"
"Queue" => "<my queue>" # < I don't want to filter by the queue but I want its name in the output
}
(...)
}
Currently, the only dimension in the result is Broker and that's not enough to properly analyze those metrics.