Java - Sonarqube support for metrics generation

I have my custom plugin where I have enabled java profile new custom rules. I am able to scan and see the results.

I want to display the results in metric format such as (in a tabular form) I can see projectName, ProjectKey, QualityGate, Existing vulnerabilities, new vulnerabilities etc.

Does sonarQube has any feature to support this ? or any best reusable option and so that I don’t have to reinvent the wheel.

Hi,

You would need to create these new metrics in your plugin. JDepend (picked at random from the plugins in the Marketplace) adds metrics. It might be a useful guide.

 
HTH,
Ann

Thanks @ganncamp