-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
None
Add metric attribute that shows maximum number of concurrently active sessions for particular deployment. Currently we have only:
/deployment=helloworld.war/subsystem=undertow:read-attribute(name=max-active-sessions)
which is just:
"max-active-sessions" => { "type" => INT, "description" => "The maximum allowed number of concurrent sessions that this session manager supports", "expressions-allowed" => false, "nillable" => false, "access-type" => "metric", "storage" => "runtime" },
Providing also metric to see what was the maximum number of concurrently active sessions for particular deployment might be useful for user too.
- causes
-
JBEAP-31859 [GSS](8.1.z) WFLY-21376 - SessionManagerStatistics.getHighestSessionCount() always returns -1 for distributable applications
-
- Coding In Progress
-
-
WFLY-21376 SessionManagerStatistics.getHighestSessionCount() always returns -1 for distributable applications
-
- Coding In Progress
-