Skip to content

AWS/AmazonMQ - allow defining dimensions to collect #40

@mitoihs

Description

@mitoihs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions