tarantool / grafana-dashboard

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

Dashboard defaults #173

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

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.

This patch also changes all examples job names to tarantool.

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.

This patch also changes all examples measurement names to tarantool_http.

Closes #138