tarantool / grafana-dashboard

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

Tarantool 3 support: phase 1 #228

Closed DifferentialOrange closed 1 month ago

DifferentialOrange commented 1 month ago

This PR covers the following:

For now Tarantool 3 dashboard is Tarantool Cartridge dashboard without Cartridge-specific metrics. The main reason behind this is that current Tarantool 3 releases does not yet contain metrics like https://github.com/tarantool/metrics/pull/491, so it makes sence to have at least one release where every panel works.

The dashboard will be released in next PR.

Part of #224