tarantool/grafana-dashboard

Add the ability to specify a list of labels

palage4a opened this issue · 0 comments

We have a situation when in one prometheus store are stored metrics of different applications and/or located on different stands. Therefore we had to edit the all dashboard queries by adding labels like:

tnt_cartridge_issues{job~="tarantool", alias=".*", application_name="tarantool-1", stand="north"}

It would be great if we could specify a list of certain global labels to customize queries and build dashboard with already customized queries.