Sonar Plugin Development - Create a global metric
问题 I'm trying to create a custom sonar plugin that consists of a widget on the global dashboard. I want this to display a "global" metric. So for example, a metric showing the number of lines across all projects. Is this possible, if so how can I go about this? I can only find example projects that run project specific metrics. They output them in the ruby template like this: format_measure('random') . I am guessing this format measure only works in project context. The documentation is