|
| 1 | +{ |
| 2 | + "category": "tsdb", |
| 3 | + "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", |
| 4 | + "type": "datasource", |
| 5 | + "name": "Prometheus Amazon", |
| 6 | + "id": "grafana-prometheusamazon-datasource", |
| 7 | + "executable": "gpx_prometheus_amazon", |
| 8 | + "routes": [ |
| 9 | + { |
| 10 | + "method": "POST", |
| 11 | + "path": "api/v1/query", |
| 12 | + "reqRole": "Viewer" |
| 13 | + }, |
| 14 | + { |
| 15 | + "method": "POST", |
| 16 | + "path": "api/v1/query_range", |
| 17 | + "reqRole": "Viewer" |
| 18 | + }, |
| 19 | + { |
| 20 | + "method": "POST", |
| 21 | + "path": "api/v1/series", |
| 22 | + "reqRole": "Viewer" |
| 23 | + }, |
| 24 | + { |
| 25 | + "method": "POST", |
| 26 | + "path": "api/v1/labels", |
| 27 | + "reqRole": "Viewer" |
| 28 | + }, |
| 29 | + { |
| 30 | + "method": "POST", |
| 31 | + "path": "api/v1/query_exemplars", |
| 32 | + "reqRole": "Viewer" |
| 33 | + }, |
| 34 | + { |
| 35 | + "method": "GET", |
| 36 | + "path": "/rules", |
| 37 | + "reqRole": "Viewer" |
| 38 | + }, |
| 39 | + { |
| 40 | + "method": "POST", |
| 41 | + "path": "/rules", |
| 42 | + "reqRole": "Editor" |
| 43 | + }, |
| 44 | + { |
| 45 | + "method": "DELETE", |
| 46 | + "path": "/rules", |
| 47 | + "reqRole": "Editor" |
| 48 | + }, |
| 49 | + { |
| 50 | + "method": "DELETE", |
| 51 | + "path": "/config/v1/rules", |
| 52 | + "reqRole": "Editor" |
| 53 | + }, |
| 54 | + { |
| 55 | + "method": "POST", |
| 56 | + "path": "/config/v1/rules", |
| 57 | + "reqRole": "Editor" |
| 58 | + } |
| 59 | + ], |
| 60 | + "includes": [ |
| 61 | + { |
| 62 | + "type": "dashboard", |
| 63 | + "name": "Prometheus Stats", |
| 64 | + "path": "dashboards/prometheus_stats.json" |
| 65 | + }, |
| 66 | + { |
| 67 | + "type": "dashboard", |
| 68 | + "name": "Prometheus 2.0 Stats", |
| 69 | + "path": "dashboards/prometheus_2_stats.json" |
| 70 | + }, |
| 71 | + { |
| 72 | + "type": "dashboard", |
| 73 | + "name": "Grafana Stats", |
| 74 | + "path": "dashboards/grafana_stats.json" |
| 75 | + } |
| 76 | + ], |
| 77 | + "metrics": true, |
| 78 | + "alerting": true, |
| 79 | + "annotations": true, |
| 80 | + "backend": true, |
| 81 | + "queryOptions": { |
| 82 | + "minInterval": true |
| 83 | + }, |
| 84 | + "info": { |
| 85 | + "version": "0.1.0", |
| 86 | + "updated": "2024-04-02", |
| 87 | + "keywords": [ |
| 88 | + "datasource" |
| 89 | + ], |
| 90 | + "description": "Open source time series database & alerting", |
| 91 | + "author": { |
| 92 | + "name": "Grafana Labs", |
| 93 | + "url": "https://grafana.com" |
| 94 | + }, |
| 95 | + "logos": { |
| 96 | + "small": "img/prometheus_logo.svg", |
| 97 | + "large": "img/prometheus_logo.svg" |
| 98 | + }, |
| 99 | + "links": [ |
| 100 | + { |
| 101 | + "name": "Learn more", |
| 102 | + "url": "https://prometheus.io/" |
| 103 | + } |
| 104 | + ] |
| 105 | + }, |
| 106 | + "dependencies": { |
| 107 | + "grafanaDependency": ">=10.4.0", |
| 108 | + "plugins": [] |
| 109 | + } |
| 110 | +} |
0 commit comments