We are currently using JMX mbeans to monitor our service, and outputting them onto our SignalFX dashboard. The documentation says that we should be able to find the ComputeEngineTasks MBean with attributes such as Processing time, success count, etc., but we are unable to find it. When we dumped out all our MBeans, the only SonarQube mbeans we found were:
SonarQube:name=SonarQube
SonarQube:name=AsyncExecution
SonarQube:name=Database
How can we get the ComputeEngineTasks MBean to show up?
Just adding more information to our problem, but when we dump all the metrics being monitored by the SonarQube:name=AsyncExecution, we only get this:
{
“WorkerCount” : 0,
“LargestWorkerCount” : 0,
“QueueSize” : 0
}
I’m assuming that these numbers are not right, and would like to get these correct values as well for our SignalFX dashboard.
Yes, you were right! As soon as we exposed the MBean for the Compute Engine process in the sonar.properties file, we were able to see all the metrics for it. Thanks a lot!!!
Hi @klee , I am trying to do something similar. Once we do the configuration required for exposing jmx ports for both web and compute engine. I am able to see Mbeans for both through Jconsole.
After that, Can you help me with how are you sending this to Signalfx. Are you using jmx integration something like this?