From aaf1f54bbed2ea051c447c3c9bbaa030122bd950 Mon Sep 17 00:00:00 2001 From: ismail simsek Date: Tue, 2 Apr 2024 16:36:44 +0000 Subject: [PATCH] automated release 0.1.0 --- dist/plugin.json | 110 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..fa9fdcee --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,110 @@ +{ + "category": "tsdb", + "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "Prometheus Amazon", + "id": "grafana-prometheusamazon-datasource", + "executable": "gpx_prometheus_amazon", + "routes": [ + { + "method": "POST", + "path": "api/v1/query", + "reqRole": "Viewer" + }, + { + "method": "POST", + "path": "api/v1/query_range", + "reqRole": "Viewer" + }, + { + "method": "POST", + "path": "api/v1/series", + "reqRole": "Viewer" + }, + { + "method": "POST", + "path": "api/v1/labels", + "reqRole": "Viewer" + }, + { + "method": "POST", + "path": "api/v1/query_exemplars", + "reqRole": "Viewer" + }, + { + "method": "GET", + "path": "/rules", + "reqRole": "Viewer" + }, + { + "method": "POST", + "path": "/rules", + "reqRole": "Editor" + }, + { + "method": "DELETE", + "path": "/rules", + "reqRole": "Editor" + }, + { + "method": "DELETE", + "path": "/config/v1/rules", + "reqRole": "Editor" + }, + { + "method": "POST", + "path": "/config/v1/rules", + "reqRole": "Editor" + } + ], + "includes": [ + { + "type": "dashboard", + "name": "Prometheus Stats", + "path": "dashboards/prometheus_stats.json" + }, + { + "type": "dashboard", + "name": "Prometheus 2.0 Stats", + "path": "dashboards/prometheus_2_stats.json" + }, + { + "type": "dashboard", + "name": "Grafana Stats", + "path": "dashboards/grafana_stats.json" + } + ], + "metrics": true, + "alerting": true, + "annotations": true, + "backend": true, + "queryOptions": { + "minInterval": true + }, + "info": { + "version": "0.1.0", + "updated": "2024-04-02", + "keywords": [ + "datasource" + ], + "description": "Open source time series database & alerting", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "logos": { + "small": "img/prometheus_logo.svg", + "large": "img/prometheus_logo.svg" + }, + "links": [ + { + "name": "Learn more", + "url": "https://prometheus.io/" + } + ] + }, + "dependencies": { + "grafanaDependency": ">=10.4.0", + "plugins": [] + } +}