tarantool / grafana-dashboard

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

dashboard: add instance variable #183

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Instance alias variable can be used to select displayed cluster instances for a dashboard. For InfluxDB dashboards, set of instances is based on available in database label_pairs_alias values. For Prometheus dashboards, set of instances is based on available in database alias labels of tnt_uptime_info metric.

After this patch, each panel (except for Prometheus cluster aggregation panels) include instance filters in queries.

After this patch, there are two different forms of static build dashboards are available: with or without instance variable.

Closes #181

image

This pull request do not introduces support for new metrics.

Do not forget to