Integrating with external reports within SonarQube

New to SonarQube. Downloaded docker image of the latest community addition and have got a sample project working.
o SonarQube version 7.9.1

I’m trying to see how I can add additional metrics for 3rd party tools. For example can I bring a html report and display, so the developers have one place to view all they build and analysis results. Look like the dashboard and widgets have been deprecated in previous versions (still not sure why?).

I understand I can write custom plugins, but most of these I’m looking at are based on deprecated features(dashboards and widgets).

Is there anyway I can do that?

Thanks!

@ganncamp any help here?

Never mind https://github.com/SonarSource/sonar-custom-plugin-example answers my question.

Thanks.