Hi,
I have a Spring application which I want to monitor using Hyperic. I can view the metrics using JBoss JMX-Console.
I have unjar "spring-plugin.jar" and modified the descriptor to add following.
<metric name="LastAccessTime"
alias="LastAccessTime"
template="statistics:name=monitorFactory:LastAccessTime"
category="THROUGHPUT"
indicator="true"
units="none"
collectionType="dynamic"/>
<metric name="TotalCallTime"
alias="TotalCallTime"
template="statistics:name=monitorFactory:TotalCallTime"
category="THROUGHPUT"
indicator="true"
units="none"
collectionType="dynamic"/>
<metric name="CallsCount"
alias="CallsCount"
template="statistics:name=monitorFactory:CallsCount"
category="THROUGHPUT"
indicator="true"
units="none"
collectionType="dynamic"/>
After deploying the updated JAR, I can see these metrics names from Hyperic admin screen.
But I cannot view the metrics for the deployed Spring WAR.
Can anyone please let me know what I am missing.
Any help will be greately appreciated.
I have deployed the spring-plugin.jar" both in server and agent.
Best Regards - Roy
I have a Spring application which I want to monitor using Hyperic. I can view the metrics using JBoss JMX-Console.
I have unjar "spring-plugin.jar" and modified the descriptor to add following.
<metric name="LastAccessTime"
alias="LastAccessTime"
template="statistics:name=monitorFactory:LastAccessTime"
category="THROUGHPUT"
indicator="true"
units="none"
collectionType="dynamic"/>
<metric name="TotalCallTime"
alias="TotalCallTime"
template="statistics:name=monitorFactory:TotalCallTime"
category="THROUGHPUT"
indicator="true"
units="none"
collectionType="dynamic"/>
<metric name="CallsCount"
alias="CallsCount"
template="statistics:name=monitorFactory:CallsCount"
category="THROUGHPUT"
indicator="true"
units="none"
collectionType="dynamic"/>
After deploying the updated JAR, I can see these metrics names from Hyperic admin screen.
But I cannot view the metrics for the deployed Spring WAR.
Can anyone please let me know what I am missing.
Any help will be greately appreciated.
I have deployed the spring-plugin.jar" both in server and agent.
Best Regards - Roy