JamesOsgood / mongodb-grafana

MongoDB plugin for Grafana
MIT License
459 stars 212 forks source link

Migration from Angular to React #143

Open kou9 opened 4 months ago

kou9 commented 4 months ago

Grafana is deprecating Angular as of v10.4. As of v11 support will be turned off by default and as of v12 support will be dropped completely. This plugin was built using Angular so it will stop working in some of the subsequent Grafana releases.

Is anyone planning to work on migrating the plugin to React? There's very little documentation on the Grafana website (https://grafana.com/developers/plugin-tools/migration-guides/migrate-angularjs-to-react). I can try and contribute.