Release Notes / Version 10.2107
Table Of ContentsNew options for page grids
The page grid layout can now be configured to change the inheritance behavior.
Use the
disableInheritanceflag to disable the inheritance.Use the
defaultInheritanceflag to change the default inheritance.
See the Blueprint developer Manual for details.
(CMS-16745)
Added metrics to reflect the number of CMS user sessions
Added metrics starting with
cap.session
representing the number of sessions currently known to the application. The following gauges are available:
openthe number of distinct users being logged inidlethe number of distinct users who are currently logged in but for whom the application is not currently serving a requestbusythe number of distinct users who are currently logged-in and for whom the application is currently serving a requestdirtythe number of distinct users whose sessions are about to be closed
(CMS-15893)


