tarantool / grafana-dashboard

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

Add the ability to specify a list of labels #206

Closed palage4a closed 1 year ago

palage4a commented 1 year ago

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.