JamesOsgood / mongodb-grafana

MongoDB plugin for Grafana
MIT License
464 stars 213 forks source link

Better query editor #64

Open evictor opened 5 years ago

evictor commented 5 years ago

Not sure if this is possible but it would be nice to have a better editor rather than the plain textarea for making queries—something simple to integrate like https://codemirror.net/ that will do auto-indent, etc.

Furthermore, it would be nice not to have to use strict JSON when writing queries, i.e. to use looser JavaScript object syntax.

Kadrian commented 4 years ago

Hmm. Have you figured out how to product a table query?