Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS/AmazonMQ - allow defining dimensions to collect #40

Open
mitoihs opened this issue Sep 28, 2023 · 0 comments
Open

AWS/AmazonMQ - allow defining dimensions to collect #40

mitoihs opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mitoihs
Copy link

mitoihs commented Sep 28, 2023

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.

@mitoihs mitoihs added the enhancement New feature or request label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant