forked from oracle/oci-grafana-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
37 lines (33 loc) · 872 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Oracle Cloud Infrastructure",
"id": "oci-datasource",
"type": "datasource",
"partials": {
"config": "public/app/plugins/datasource/oracle-oci-datasource/partials/config.html"
},
"metrics": true,
"annotations": false,
"alerting": false,
"backend": true,
"executable": "oci-plugin",
"info": {
"description": "Oracle Cloud Infrastructure Data Source for Grafana",
"author": {
"name": "Oracle"
},
"logos": {
"small": "img/Oracle-cloud.svg",
"large": "img/Oracle-cloud.svg"
},
"links": [
{"name": "GitHub", "url": "https://github.com/oracle/oci-grafana-plugin"},
{"name": "MIT License", "url": "https://github.com/oracle/oci-grafana-plugin"}
],
"version": "1.0.7",
"updated": "2020-02-20"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}