tarantool / grafana-dashboard

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

dashboard: add runtime arena memory panel #170

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

Merge after #169

Add "Runtime arena memory" panel to "Tarantool runtime overview" section. It displays tnt_runtime_used default metric.

image

Rename "Lua runtime memory" panel to "Lua memory" to not confuse users after adding "Runtime arena memory" panel. Update panel description so it would be easier to understand the differences between two panels.

Closes #140