tarantool / grafana-dashboard

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

Lost & Found panels #139

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

dashboard: add transactions memory panel

Add a panel for tnt_info_memory_tx metrics to "Tarantool runtime overview" section.

image

dashboard: add net memory, new connections panels

Add panels for tnt_info_memory_net and tnt_net_connections_total metrics to "Tarantool network activity" section. Rework some current "Tarantool network activity" panels to be more consistent with new panels.

image image

dashboard: add vinyl index and bloom filter memory panels

Add panels for tnt_vinyl_memory_page_index and tnt_vinyl_memory_bloom_filter metrics to "Tarantool vinyl statistics" section.

image

Closes #137