-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
3spcustomerCustomer requestCustomer requestenhancementNew feature or requestNew feature or requestteamE
Description
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
andalias
.
Metadata
Metadata
Assignees
Labels
3spcustomerCustomer requestCustomer requestenhancementNew feature or requestNew feature or requestteamE