influxdata / grafana-flightsql-datasource

Grafana plugin for Flight SQL APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try building a monaco editor rather than using the experimental grafana editor

helenosheaa opened this issue · comments

The SQLEditor we are using is from the @grafana/experimental package which is not recommended for use in production, try building our own editor using @react/monaco which is what grafana uses under the hood. Preserve functionality of highlighting and suggestions.

The custom monaco editor is proving to be difficult with the auto complete features not working. For now I propose to submit the plugin as is and if I have the time or we get feedback that I need to not use grafana/experimental I'll make changes then