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

Filter feature #395

Closed
UnclePhil opened this issue May 7, 2014 · 6 comments
Closed

Filter feature #395

UnclePhil opened this issue May 7, 2014 · 6 comments

Comments

@UnclePhil
Copy link

Actually the "all" feature in a filter replace the query by a "*", matching all data.
It will be great if the "all" can match the whole list generated by the query

I suppose that this can be done by replacing the * expression by the filter expression itself.

@feangulo
Copy link

feangulo commented May 9, 2014

I have the same problem. Let's say I have a bunch of hosts under the following metric path:

  • PRODUCTION.host.*

I create a filter to query only on my graphite hosts:

  • server: PRODUCTION.host.graphite-*

Then I build a graph that incorporates my [[server]] filter. The problem is that when I select ALL in the filter dropdown, my graph displays metrics for all of my hosts - I just want it to display metrics for my graphite hosts.

The all option in the filter dropdown should enforce the query I provided.

@anatolijd
Copy link

fixed in 1.5.4 , #228

@torkelo
Copy link
Member

torkelo commented Jun 6, 2014

@UnclePhil , @feangulo this is fied in 1.5.4 as @anatolijd listed above.

Please try and upgrade and this problem should go away :)

@grafanabot
Copy link
Contributor

@grafanabot
Copy link
Contributor

@grafanabot
Copy link
Contributor

drew08t pushed a commit that referenced this issue Jul 14, 2022
Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: Prefer pointer to struct in lookup

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: user email for ldap

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: Use only login for lookup in LDAP

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: use user email for ldap

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

fix remaining test

fix nit picks
Jguer added a commit that referenced this issue Jul 15, 2022
Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: Prefer pointer to struct in lookup

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: user email for ldap

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: Use only login for lookup in LDAP

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: use user email for ldap

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

fix remaining test

fix nit picks
Jguer added a commit that referenced this issue Jul 15, 2022
Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: Prefer pointer to struct in lookup

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: user email for ldap

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: Use only login for lookup in LDAP

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

Fix: use user email for ldap

Co-authored-by: Karl Persson <kalle.persson@grafana.com>

fix remaining test

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

No branches or pull requests

5 participants