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

Queries for custom dynamic filters #218

Open
DifferentialOrange opened this issue Jun 15, 2023 · 0 comments
Open

Queries for custom dynamic filters #218

DifferentialOrange opened this issue Jun 15, 2023 · 0 comments
Labels
3sp customer Customer request enhancement New feature or request teamE

Comments

@DifferentialOrange
Copy link
Member

Now user may set the following filters

filters: {
  job: ['=~', '$job'],
  alias: ['=~', '$alias'],
}

and get the dashboard with job, alias dynamic variables and filters. User may also add

mylabel: ['=~'. '$myval']

but they will need to add a query for variable $myvar manually later. We can make their lives easier by

  • supporting writing custom variable queries in YAML config,
  • providing a default query for dynamic filter if there is no user one, similar to job and alias.
@DifferentialOrange DifferentialOrange added enhancement New feature or request customer Customer request labels Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3sp customer Customer request enhancement New feature or request teamE
Projects
None yet
Development

No branches or pull requests

2 participants