I'm a new user of sonar. Now I need to customize metrics, but I didn't find the related documentation. If I have to coding a plugin? I do the same with http://docs.sonarqube.org/display/SONAR/Getting+Started, but I failed. There is no difference at the localhost:9000/profiles.
How to customize metrics in sonar?
4.8k Views Asked by vinson At
2
You can create a new Metric using Manual Metrics through the sonar GUI (I think you need admin rights). Manual metrics can be updated through the GUI too.
If your plugin built OK but there are no numbers appearing: you must also run an analysis to populate the new Metrics with some Measures.