grafana-dashboard
grafana-dashboard copied to clipboard
Dashboard for Tarantool application and database server monitoring with Grafana
It would be convenient to publish new version of dashboard to Grafana Official & community built dashboards page with some sort of CI/CD, if it is possible.
It is possible to distinct docker-compose file sections with `--profile` flag: https://docs.docker.com/compose/reference/#use---profile-to-specify-one-or-more-active-profiles . Maybe it can be used to reduce copypaste in project and better organize docker infrastructure.
`metrics` [1.1.0](https://github.com/tarantool/metrics/blob/master/CHANGELOG.md#110---2024-05-17) has introduced new metrics: - tnt_memtx_tuples_data_total - tnt_memtx_tuples_data_read_view - tnt_memtx_tuples_data_garbage - tnt_memtx_index_total - tnt_memtx_index_read_view - tnt_vinyl_memory_tuple We need to support them here.
 There is a black box instead of instance overview table due to some internal reworks.