-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Fix Version/s: 9.3
-
Component/s: Events / Works
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Upgrade notes:
-
Sprint:nxcore 9.3.4
-
Story Points:1
Since NXP-22282 WM metrics for the total (all node in the cluster) are exposed as (ex for default pool):
- nuxeo.works.total.default.canceled : the number of canceled work persisted in redis in cluster mode
- nuxeo.works.total.default.completed : the number of completed work persisted in redis in cluster mode
- nuxeo.works.total.default.running : the current number of work running
- nuxeo.works.total.default.scheduled.count : the current number of work scheduled
the scheduled metric should be renamed nuxeo.works.total.default.scheduled without ".count"
Note that there is also per instance pool metrics:
- nuxeo.works.default.completed : total number of completed work since this instance is up
- nuxeo.works.default.running : current number of running work in this instance
- nuxeo.works.default.scheduled.count : total number of work scheduled by this instance
- nuxeo.works.default.total : timer that mesure work execution in this pool
- is related to
-
NXP-22282 Expose WorkManager states as metrics
- Resolved