diff --git a/docs/VictoriaLogs/victorialogs-datasource.md b/docs/VictoriaLogs/victorialogs-datasource.md index 3f9c847d7e..84766d8045 100644 --- a/docs/VictoriaLogs/victorialogs-datasource.md +++ b/docs/VictoriaLogs/victorialogs-datasource.md @@ -20,6 +20,7 @@ The VictoriaLogs datasource plugin allows you to query and visualize * [Installation](#installation) * [How to make new release](#how-to-make-new-release) * [Notes](#notes) +* [Frequently Asked Questions](#faq) * [License](#license) ## Installation @@ -308,6 +309,12 @@ In the `plugin.json` file of our plugin, the `metrics` field is set to `true`. T For more information on the fields in `plugin.json`, please refer to the [Grafana documentation](https://grafana.com/developers/plugin-tools/reference-plugin-json#properties). +## FAQ + +### Which version of Grafana is required in order to use VictoriaLogs datasource? + +[10.0.3](https://grafana.com/grafana/download/10.0.3) or newer. + ## License This project is licensed under diff --git a/docs/victoriametrics-datasource.md b/docs/victoriametrics-datasource.md index 54a483653a..04b0fd71e2 100644 --- a/docs/victoriametrics-datasource.md +++ b/docs/victoriametrics-datasource.md @@ -414,6 +414,10 @@ If datasource is configured via Grafana variable, then change variable to Victor Grafana doesn't allow forwarding Alert requests to alerting API /api/v1/rules for plugins which are not of Prometheus or Loki type. See more details [here](https://github.com/VictoriaMetrics/victoriametrics-datasource/issues/59#issuecomment-1541456768). +### Which version of Grafana is required in order to use VictoriaMetrics datasource? + +[8.3.0](https://grafana.com/grafana/download/8.3.0) or newer. + ## License This project is licensed under