-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.0
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Monitoring
-
Tags:
The web session counter exposed in the Admin Center/Monitoring is also accessible via JMX bean:
org.nuxeo:type=Counter,management=metric,name=web.sessions
But it requires to execute sampleAsString or sampleAsMap operations to get the counter value.
Many monitoring JMX tools fail to do this. This counter should be exposed like other metrics as simple attribute.
Same web.requests counter.