diff options
Diffstat (limited to 'dist/stat_data.py')
| -rw-r--r-- | dist/stat_data.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py index bcf5201bd90..022810d5c49 100644 --- a/dist/stat_data.py +++ b/dist/stat_data.py @@ -367,6 +367,9 @@ connection_stats = [ ########################################## SessionStat('session_cursor_open', 'open cursor count', 'no_clear,no_scale'), SessionStat('session_open', 'open session count', 'no_clear,no_scale'), + SessionStat('session_table_alter_fail', 'table alter failed calls', 'no_clear,no_scale'), + SessionStat('session_table_alter_skip', 'table alter unchanged and skipped', 'no_clear,no_scale'), + SessionStat('session_table_alter_success', 'table alter successful calls', 'no_clear,no_scale'), SessionStat('session_table_compact_fail', 'table compact failed calls', 'no_clear,no_scale'), SessionStat('session_table_compact_success', 'table compact successful calls', 'no_clear,no_scale'), SessionStat('session_table_create_fail', 'table create failed calls', 'no_clear,no_scale'), |
