javamelody / jira-confluence-javamelody

JavaMelody plugin for JIRA, Confluence or Bamboo
Apache License 2.0
13 stars 6 forks source link

mbeans attribute for active sessions #14

Closed minxas closed 2 years ago

minxas commented 2 years ago

Hi, I do have a question regarding active sessions count for jira in the graph. Which mbeans attribute is used to get this data?

evernat commented 2 years ago

I suppose that you are speaking about the graph of http sessions. It is not a mbean attribute. It is computed by SessionListener#getSessionCount() with the help of PluginMonitoringFilter in the case of javamelody plugin for jira/confluence/bamboo/bitbucket.