diff --git a/src/img/dashboard.png b/src/img/dashboard.png new file mode 100644 index 0000000..1c1adb0 Binary files /dev/null and b/src/img/dashboard.png differ diff --git a/src/img/explore.png b/src/img/explore.png new file mode 100644 index 0000000..f9d9e29 Binary files /dev/null and b/src/img/explore.png differ diff --git a/src/img/settings.png b/src/img/settings.png new file mode 100644 index 0000000..fcb2fd6 Binary files /dev/null and b/src/img/settings.png differ diff --git a/src/plugin.json b/src/plugin.json index 0c16f5b..c4ea5cd 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -3,7 +3,7 @@ "type": "datasource", "name": "Monitoring", "id": "positiveviking-ycmonitoring-datasource", - "state": "alpha", + "state": "beta", "metrics": true, "backend": true, "executable": "gpx_ycmonitoring", @@ -30,7 +30,20 @@ "url": "https://cloud.yandex.ru/services/monitoring" } ], - "screenshots": [], + "screenshots": [ + { + "name": "Dashboard panel", + "path": "img/dashboard.png" + }, + { + "name": "Explore", + "path": "img/explore.png" + }, + { + "name": "Settings", + "path": "img/settings.png" + } + ], "version": "%VERSION%", "updated": "%TODAY%" },