The WiredTiger statistics set is defined in dist/stat_data.py file. The statistics for WT_CONNECTION and WT_DATA_HANDLE overlap significantly, and we just copy-paste between the two different sets.
We should update the statistics generation code so that we declare them once, and share them in the connection_stats and dsrc_stats lists.
- related to
-
WT-6863 Reduce code duplication by improving statistics macros
- Closed