which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
what are you trying to achieve
what have you tried so far to achieve this
Tyring to leverage the JMX Beans and configure monitoring. I have them enabled and I can see the stats in jconsole. Now I would like to take up the stats to Datadog.
Datadog expects us to configure jmx.yaml in a particular format.
I’m not sure to understand your issue. If you are able to see the JMX data with JConsole, you have to configure JMXFetch (from Datadog) to connect to SonarQube with the correct credenitals and retrieve the beans you want to send to Datadog as explained here : https://docs.datadoghq.com/integrations/java/
Thanks for your help. My query was on the Beans for Sonarqube. I wanted to know the parameters/options that could be used in place where Beans are referenced in the jmx.yaml file.
Yes, I am able to view jmx in jconsole but it does not provide me the name of the Bean.
And you have the name of the bean and the attributes (for instance, domain: SonarQube, name: ComputeEngineDatabaseConnection, attribute: PoolActiveConnections).