JamesOsgood / mongodb-grafana

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

✨ Add bracket support for db['collection'] #72

Open jengjeng opened 5 years ago

jengjeng commented 5 years ago

Currently the query has supported for db.collection only. Now it will support with bracket (db['collection']) also.