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

Queue Filtering #4

Open
Tukamok opened this issue Sep 16, 2018 · 3 comments
Open

Queue Filtering #4

Tukamok opened this issue Sep 16, 2018 · 3 comments

Comments

@Tukamok
Copy link

Tukamok commented Sep 16, 2018

Is there a way to exclude queues from being reported on?

We have a number of queues with an 'Error' or 'Expired' suffix that I'd like to exclude.

@joshburt
Copy link
Contributor

Nope, sorry! It's not currently possible to exclude queues.

@joshburt
Copy link
Contributor

To make this a possibility we'd need to:

  1. Extend the plugin.json configuration file to include the optional filter string.
  2. Update the queue processing code [PollQueues()] within [PluginAgent.cs] to exclude alerting on these queues based on the provided value.

Additionally it might be beneficial to add another metric to track the number of excluded queues in order to provide some visibility into this.

@Tukamok
Copy link
Author

Tukamok commented Sep 17, 2018

As long as we could either specify multiples or use a regex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants