tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
34 stars 11 forks source link

Queries for custom dynamic filters #218

Open DifferentialOrange opened 1 year ago

DifferentialOrange commented 1 year ago

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