tarantool / grafana-dashboard

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

dashboard: set datasource and datasource parameters dynamically #193

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Set metrics datasource and datasource parameters (like job, measurement and policy) through dynamic Grafana variables. job/measurement is considered to be a potential source of tarantool metrics if it has tnt_info_uptime metric.

image image

After this PR, it is possible to import dashboard artifacts through provisioning/dashboard API.

If this pull request introduces support for new metrics, do not forget to

In any case, do not forget to

Closes #185