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

Case sensitive | insensitive regex #65

Open
gzarruk opened this issue May 15, 2019 · 2 comments
Open

Case sensitive | insensitive regex #65

gzarruk opened this issue May 15, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@gzarruk
Copy link

gzarruk commented May 15, 2019

Currently, the grafana filter is case sensitive. Unfortunately, many timeseries have mixed cases in their tag/name. For example, a pressure timeseries from one sensor might have the name
VAL_10-TT_81704:Value
While another pressure time series will end with "VALUE".
Applying a filter using the word "VALUE" will filter out some timeseries

@polomani
Copy link
Contributor

polomani commented Mar 6, 2020

hi, but you can use regex for that, right?

name=~'.*(VALUE|Value).*'

@gzarruk
Copy link
Author

gzarruk commented Mar 6, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants