Open artemananiev opened 7 months ago
I found at least two panels:
VirtualMap dashboard: Size total (entities count)
. It shows the number of all virtual entities across the existing 5 VMs
MerkleDb dashboard: Offheap usage total
. It shows MerkleDb off-heap usage across all tables
In both cases, the panels reference particular metrics like merkle_db_ds_offheap_dataSourceMb_accountStore
or virtual_map_vmap_size_uniqueTokenStore
. These hard-coded names must be updated.
Mod-services code will introduce a number of new virtual maps to the state. Instead of the existing 5 VMs (accountsStore, filesStore, tokenRelStore, smartContractIterableKvStore, and uniqueTokensStore) there will be a dozen or so VMs with different labels.
Most grafana dashboards use the store selected as the dashboard parameter. The parameter is not hard-coded, it's populated from real metrics. However, a few panels reference particular VMs, and they will be broken (empty) in 0.48 This ticket is to identify those panels and update them according to 0.48 virtual map labels.