tarantool / grafana-dashboard

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

Add vinyl memory panels #171

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

Merge after #170

Before this patch, the code had tnt_vinyl_memory_tuple_cache and tnt_vinyl_memory_level0 panels, but they weren't added to any dashboard. This patch fixes this behavior and adds "Tuples cache memory" and "Level 0 memory" panels to vinyl section.

image image

Closes #154