File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
-
2
+ ## 0.1.1 - 2024-10-25
3
+ ### Added
4
+ - [ Query Variable] ( https://grafana.com/docs/grafana/latest/dashboards/variables/add-template-variables/#add-a-query-variable ) support
5
+ - A quick start script ` quick_start.py ` to quickly start Grafana and MongoDB containers
6
+ ### Changed
7
+ * Added "(Optinal)" to connection string configuration tooltip
3
8
## 0.1.0 - 2024-10-13
4
9
5
10
Initial release.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This plugin enables you to query and visualize data from your MongoDB databases
21
21
22
22
## Getting Started
23
23
### Quick start
24
- Run the script ` scripts/quick_start.py ` to start a MongoDB and Grafana container with the plugin
24
+ Run the script [ quick_start.py ] ( scripts/quick_start.py ) in the root directory to start MongoDB and Grafana containers with the plugin
25
25
```
26
26
python3 scripts/quick_start.py
27
27
```
You can’t perform that action at this time.
0 commit comments