File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,17 @@ Refer to the [example docker-compose.prod.yaml](/docker-compose.prod.yaml) file
64
64
- Select your MongoDB data source in a Grafana panel.
65
65
- Use the query editor to write your aggregation pipeline queries (see Query Language below).
66
66
67
+ ### Installing with the Grafana CLI
68
+
69
+ 1 . ** Download:** Use the Grafana CLI, from within your Grafana instance, to download and install the plugin.
70
+ ``` sh
71
+ grafana cli --pluginUrl https://github.com/haohanyang/mongodb-datasource/releases/download/v0.3.2/haohanyang-mongodb-datasource-0.3.2.zip plugins install haohanyang-mongodb-datasource
72
+ ```
73
+
74
+ 2. ** Setup:** Configure the plugin as a data source within Grafana, providing your MongoDB connection details.
75
+
76
+ 3. ** Start Querying! **
77
+
67
78
# # Query Language
68
79
69
80
# ## JSON (Recommended)
You can’t perform that action at this time.
0 commit comments