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

Add a WHERE clause for attribute #12

Open
danifitz opened this issue Jan 7, 2020 · 3 comments
Open

Add a WHERE clause for attribute #12

danifitz opened this issue Jan 7, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@danifitz
Copy link

danifitz commented Jan 7, 2020

Summary

When checking upon an attribute, you might need to filter using a WHERE clause. For example if you're sending alerts for multiple sub-accounts to a single account, you need a way to filter on which account you are displaying in a row/column

Desired Behaviour

Filter the result of an attribute based on some value.

Possible Solution

When selecting a row/column/attribute/operator and value, there could be a tickbox to define a WHERE clause where you pick an attribute, operator (IN, NOT IN, LIKE) and a value.

Additional context

Sending alerts from multiple new relic sub accounts to a single account.

@danifitz danifitz added the enhancement New feature or request label Jan 7, 2020
@paulsewardasc
Copy link

We do this very thing and having a where or facet would be really useful is showing which account the issue is in, the facet function would allow us to be more dynamic but a where clause would work.

@danifitz
Copy link
Author

I've forked the repo and am currently working on an enhancement to allow this.

@tangollama
Copy link
Contributor

@danifitz excited to see that you were working on this feature. If you have a PR, @glitton or @amit-y would be happy to review and merge it so that functionality can find it's way into the New Relic One Catalog.

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

3 participants