Hi all, About CAS Metrics:
Previously in CAS 5, we have a "perfStats.log" containing all the metrics of CAS in a file format. Which is useful for our troubleshooting. See: https://github.com/apereo/cas/blob/v5.3.16/webapp/resources/log4j2.xml#L43 However, in CAS 6, the "perfStats.log" file is now removed and also the documentation for CAS 6 exclude that file: 5.3: https://apereo.github.io/cas/5.3.x/installation/Configuring-Metrics.html 6.3: https://apereo.github.io/cas/6.3.x/monitoring/Configuring-Metrics.html I do saw a list of awesome metrics plugin for CAS 6 which down the line we can leverage, but at the moment we just want a simple "perfStats.log" which allow our colleague to troubleshoot CAS statistics if any issue happen. I did know the way to retrieve the metrics using endopint `/cas/actuator/metrics/system.cpu.usage`, but a file can preserved the history of those metrics which an endpoint cannot help. Does anybody knows how to reproduce the same / similar "perfStats.log" without introducing an additional component? Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/20c5eaf4-19da-4f4d-857c-59cd0192c645n%40apereo.org.
