[log storage compress] remove entry count related stat event

This commit is contained in:
yyy-hust 2023-11-23 12:11:05 +00:00 committed by ob-robot
parent 09a595f841
commit 9e681b8300

View File

@ -342,10 +342,8 @@ STAT_EVENT_ADD_DEF(ARCHIVE_WRITE_LOG_SIZE, "archive write log size", ObStatClass
STAT_EVENT_ADD_DEF(RESTORE_READ_LOG_SIZE, "restore read log size", ObStatClassIds::CLOG, 80013, true, true, true)
STAT_EVENT_ADD_DEF(RESTORE_WRITE_LOG_SIZE, "restore write log size", ObStatClassIds::CLOG, 80014, true, true, true)
STAT_EVENT_ADD_DEF(CLOG_TRANS_LOG_TOTAL_SIZE, "clog trans log total size", ObStatClassIds::CLOG, 80057, false, true, true)
STAT_EVENT_ADD_DEF(LOG_STORAGE_COMPRESS_ORIGINAL_ENTRY_CNT, "log storage compress original entry cnt", ObStatClassIds::CLOG, 80058, false, true, true)
STAT_EVENT_ADD_DEF(LOG_STORAGE_COMPRESS_COMPRESSED_ENTRY_CNT, "log storage compress compressed entry cnt", ObStatClassIds::CLOG, 80059, false, true, true)
STAT_EVENT_ADD_DEF(LOG_STORAGE_COMPRESS_ORIGINAL_SIZE, "log storage compress original size", ObStatClassIds::CLOG, 80060, false, true, true)
STAT_EVENT_ADD_DEF(LOG_STORAGE_COMPRESS_COMPRESSED_SIZE, "log storage compress compressed size", ObStatClassIds::CLOG, 80061, false, true, true)
STAT_EVENT_ADD_DEF(LOG_STORAGE_COMPRESS_ORIGINAL_SIZE, "log storage compress original size", ObStatClassIds::CLOG, 80058, false, true, true)
STAT_EVENT_ADD_DEF(LOG_STORAGE_COMPRESS_COMPRESSED_SIZE, "log storage compress compressed size", ObStatClassIds::CLOG, 80059, false, true, true)
// CLOG.EXTLOG 81001 ~ 90000
STAT_EVENT_ADD_DEF(CLOG_EXTLOG_FETCH_LOG_SIZE, "external log service fetch log size", ObStatClassIds::CLOG, 81001, false, true, true)