tarantool / grafana-dashboard

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

Input variables defaults #168

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

Merge after #167

dashboard: set default Prometheus job

Set default Prometheus job to "tarantool". After this patch, it will be possible to import dashboard with community.ansible.ansible_dashboard, if Prometheus is configured to collect Tarantool metrics with "tarantool" job.

dashboard: set default InfluxDB measurement

Set default InfluxDB measurement to "tarantool_http". After this patch, it will be possible to import dashboard with community.ansible.ansible_dashboard, if Telegraf is configured to collect Tarantool metrics with http plugin and "tarantool_" prefix.

Closes #138