- Added query editor aggregation stage autocomplete. Enter
$
when the cursor is inside brackets{}
and you will get a list of stage operators to select. - Added annotation query support
- Added new variables
$__from_oid
and$__to_oid
which are Mongo ObjectIds generated from the panel's current time range
- Added Live Streaming support based on Mongo Change Streams(#31)
- Removed "Query" button. Built-in Query/Refresh button is recommended instead(#31)
- Query won't be executed automatically after focus changes. User needs to manually click buttons(#35)
- UI improvement(#33)
- Enabled Grafana Alerting(67358d5c)
- Improved query variable(#28)
- Increased code editor's font size(84c7de5d)
- Make
_id
the first column in the table if exists(#26) - Fix BSON array conversion to JSON(#25)
- Query Variable support
- A quick start script
quick_start.py
to quickly start Grafana and MongoDB containers
- Added "(Optinal)" to connection string configuration tooltip
Initial release.