You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ Visit Grafana on http://localhost:3000. Add a new MongoDB data source with host
51
51
52
52
### Full steps
53
53
54
-
1.**Download:** Obtain the latest plugin build from the [Release page](https://github.com/haohanyang/mongodb-datasource/releases) or [workflow artifacts](https://github.com/haohanyang/mongodb-datasource/actions?query=branch%3Amaster).
54
+
1.**Download:** Use the Grafana CLI, from within your Grafana instance, to download and install the plugin.
- Extract the downloaded archive (`haohanyang-mongodb-datasource-<version>.zip`) into your Grafana plugins directory (`/var/lib/grafana/plugins` or similar).
58
-
- Ensure the plugin binaries (`mongodb-datasource/gpx_mongodb_datasource_*`) have execute permissions (`chmod +x`).
59
-
- Configure the plugin as a data source within Grafana, providing your MongoDB connection details.
59
+
3. **Setup:** Configure the plugin as a data source within Grafana, providing your MongoDB connection details.
60
60
61
61
Refer to the [example docker-compose.prod.yaml](/docker-compose.prod.yaml) file for a production-ready setup.
0 commit comments