Change leaf value of used_cnt of sonic-events-swss:chk_crm_threshold (#17430) (#17527)

This commit is contained in:
mssonicbld 2023-12-16 01:36:36 +08:00 committed by GitHub
parent c49d7c5417
commit 6dba9f8305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -180,9 +180,9 @@
"SONIC_EVENTS_SWSS_CHK_CRM_THRESHOLD_VALID": {
"sonic-events-swss:sonic-events-swss": {
"sonic-events-swss:chk_crm_threshold": {
"percent": 0,
"used_cnt": 0,
"free_cnt": 0,
"percent": 80,
"used_cnt": 6414,
"free_cnt": 65300,
"timestamp": "1985-04-12T23:20:50.52Z"
}
}

View File

@ -102,11 +102,11 @@ module sonic-events-swss {
}
leaf used_cnt {
type uint8;
type uint32;
}
leaf free_cnt {
type uint64;
type uint32;
}
uses evtcmn:sonic-events-cmn;