Skip to content

Queries for custom dynamic filters #218

@DifferentialOrange

Description

@DifferentialOrange

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions